#C34DC9

Color #C34DC9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C34DC9

Tints of Fuchsia #C34DC9

Color information

#C34DC9 (or 0xC34DC9) is unknown color: approx Fuchsia. HEX triplet: C3, 4D and C9. RGB value is (195,77,201). Sum of RGB (Red+Green+Blue) = 195+77+201=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #C34DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DC9 is #3CB236. Grayscale: #7E7E7E. Windows color (decimal): -3977783 or 13192643. OLE color: 13192643.

HSL color Cylindrical-coordinate representation of color #C34DC9: hue angle of 297.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34DC9 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19577201-
CMYK0.030.6200.21
HSL297.1º53.45%54.51%-
HSV(B)297.1º61.69%78.82%-
XYZ35.721.1357.45-
YUV126.42170.09176.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=41.23%
G=16.28%
B=42.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195772010.030.6200.21297.153.4554.51
HexC34DC933E0151293537
Octal3031153113760254516567
Binary1100001110011011100100111111110010101100101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34DC9; }

 p { color: rgb(195,77,201); }

 H1.HeaderClassName
 {
   color: #C34DC9;
 }
 .AnyTagClassName
 {
   color: #C34DC9;
 }
</style>
background-color css

<style>
 a { background-color: #C34DC9; }

 a { background-color: rgb(195,77,201); }

 div.DivClassName
 {
   background-color: #C34DC9;
 }
 .BgClassName
 {
   background-color: #C34DC9;
 }
</style>
border-color css

<style>
 span { border-color: #C34DC9; }

 span { border-color: rgb(195,77,201); }

 td.TdClassName
 {
   border-color: #C34DC9;
 }
 .TagClassName
 {
   border-color: #C34DC9;
 }
</style>