#CD32CC

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

Shades of Fuchsia #CD32CC

Tints of Fuchsia #CD32CC

Color information

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

HSL color Cylindrical-coordinate representation of color #CD32CC: hue angle of 300.39º 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 #CD32CC is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20550204-
CMYK00.760.000.20
HSL300.39º60.78%50%-
HSV(B)300.39º75.61%80.39%-
XYZ37.2219.6258.95-
YUV113.9178.85192.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055020400.760.000.20300.3960.7850
HexCD32CC04C01412c3d32
Octal3156231401140244547562
Binary110011011100101100110001001100010100100101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD32CC; }

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

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

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

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

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

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

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

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