#CC34C2

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

Shades of Fuchsia #CC34C2

Tints of Fuchsia #CC34C2

Color information

#CC34C2 (or 0xCC34C2) is unknown color: approx Fuchsia. HEX triplet: CC, 34 and C2. RGB value is (204,52,194). Sum of RGB (Red+Green+Blue) = 204+52+194=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34C2 is #33CB3D. Grayscale: #717171. Windows color (decimal): -3394366 or 12727500. OLE color: 12727500.

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

Color convert

RGB20452194-
CMYK00.750.050.2
HSL303.95º59.84%50.2%-
HSV(B)303.95º74.51%80%-
XYZ35.8719.1952.85-
YUV113.64173.36192.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 52 (20.70% from 255) = 11.56%
BLUE value IS 194 (76.17% from 255) = 43.11%
R=45.33%
G=11.56%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045219400.750.050.2303.9559.8450.2
HexCC34C204B5141303c32
Octal3146430201135244607462
Binary11001100110100110000100100101110110100100110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC34C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC34C2; }

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

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

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

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

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

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

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

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