#CC34B6

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

Shades of Fuchsia #CC34B6

Tints of Fuchsia #CC34B6

Color information

#CC34B6 (or 0xCC34B6) is unknown color: approx Fuchsia. HEX triplet: CC, 34 and B6. RGB value is (204,52,182). Sum of RGB (Red+Green+Blue) = 204+52+182=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34B6 is #33CB49. Grayscale: #6F6F6F. Windows color (decimal): -3394378 or 11941068. OLE color: 11941068.

HSL color Cylindrical-coordinate representation of color #CC34B6: hue angle of 308.68º 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 #CC34B6 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20452182-
CMYK00.750.110.2
HSL308.68º59.84%50.2%-
HSV(B)308.68º74.51%80%-
XYZ34.5718.6746.04-
YUV112.27167.36193.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 52 (20.70% from 255) = 11.87%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=46.58%
G=11.87%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045218200.750.110.2308.6859.8450.2
HexCC34B604BB141353c32
Octal31464266011313244657462
Binary110011001101001011011001001011101110100100110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC34B6; }

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

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

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

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

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

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

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

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