#CC32CD

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

Shades of Fuchsia #CC32CD

Tints of Fuchsia #CC32CD

Color information

#CC32CD (or 0xCC32CD) is unknown color: approx Fuchsia. HEX triplet: CC, 32 and CD. RGB value is (204,50,205). Sum of RGB (Red+Green+Blue) = 204+50+205=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32CD is #33CD32. Grayscale: #717171. Windows color (decimal): -3394867 or 13447884. OLE color: 13447884.

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

Color convert

RGB20450205-
CMYK0.000.7600.20
HSL299.61º60.78%50%-
HSV(B)299.61º75.61%80.39%-
XYZ37.0619.5359.57-
YUV113.72179.52192.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 10.89%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=44.44%
G=10.89%
B=44.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204502050.000.7600.20299.6160.7850
HexCC32CD04C01412c3d32
Octal3146231501140244547562
Binary110011001100101100110101001100010100100101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC32CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC32CD; }

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

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

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

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

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

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

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

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