#CC34C6

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

Shades of Fuchsia #CC34C6

Tints of Fuchsia #CC34C6

Color information

#CC34C6 (or 0xCC34C6) is unknown color: approx Fuchsia. HEX triplet: CC, 34 and C6. RGB value is (204,52,198). Sum of RGB (Red+Green+Blue) = 204+52+198=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34C6 is #33CB39. Grayscale: #717171. Windows color (decimal): -3394362 or 12989644. OLE color: 12989644.

HSL color Cylindrical-coordinate representation of color #CC34C6: hue angle of 302.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34C6 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB20452198-
CMYK00.750.030.2
HSL302.37º59.84%50.2%-
HSV(B)302.37º74.51%80%-
XYZ36.3219.3755.25-
YUV114.09175.36192.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=44.93%
G=11.45%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045219800.750.030.2302.3759.8450.2
HexCC34C604B31412e3c32
Octal3146430601133244567462
Binary1100110011010011000110010010111110100100101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC34C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC34C6; }

 p { color: rgb(204,52,198); }

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

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

 a { background-color: rgb(204,52,198); }

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

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

 span { border-color: rgb(204,52,198); }

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