#CC49CD

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

Shades of Fuchsia #CC49CD

Tints of Fuchsia #CC49CD

Color information

#CC49CD (or 0xCC49CD) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and CD. RGB value is (204,73,205). Sum of RGB (Red+Green+Blue) = 204+73+205=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC49CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49CD is #33B632. Grayscale: #7E7E7E. Windows color (decimal): -3388979 or 13453772. OLE color: 13453772.

HSL color Cylindrical-coordinate representation of color #CC49CD: hue angle of 299.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49CD is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20473205-
CMYK0.000.6400.20
HSL299.55º56.9%54.51%-
HSV(B)299.55º64.39%80.39%-
XYZ38.322.0159.99-
YUV127.22171.9182.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 73 (28.91% from 255) = 15.15%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=42.32%
G=15.15%
B=42.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204732050.000.6400.20299.5556.954.51
HexCC49CD04001412c3937
Octal31411131501000244547167
Binary1100110010010011100110101000000010100100101100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49CD; }

 p { color: rgb(204,73,205); }

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

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

 a { background-color: rgb(204,73,205); }

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

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

 span { border-color: rgb(204,73,205); }

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