#CD39C9

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

Shades of Fuchsia #CD39C9

Tints of Fuchsia #CD39C9

Color information

#CD39C9 (or 0xCD39C9) is unknown color: approx Fuchsia. HEX triplet: CD, 39 and C9. RGB value is (205,57,201). Sum of RGB (Red+Green+Blue) = 205+57+201=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD39C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39C9 is #32C636. Grayscale: #757575. Windows color (decimal): -3327543 or 13187533. OLE color: 13187533.

HSL color Cylindrical-coordinate representation of color #CD39C9: hue angle of 301.62º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD39C9 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20557201-
CMYK00.720.020.20
HSL301.62º59.68%51.37%-
HSV(B)301.62º72.2%80.39%-
XYZ37.1820.1257.18-
YUV117.67175.03190.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 57 (22.66% from 255) = 12.31%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=44.28%
G=12.31%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055720100.720.020.20301.6259.6851.37
HexCD39C904821412e3c33
Octal3157131101102244567463
Binary1100110111100111001001010010001010100100101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39C9; }

 p { color: rgb(205,57,201); }

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

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

 a { background-color: rgb(205,57,201); }

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

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

 span { border-color: rgb(205,57,201); }

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