#CD39C5

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

Shades of Fuchsia #CD39C5

Tints of Fuchsia #CD39C5

Color information

#CD39C5 (or 0xCD39C5) is unknown color: approx Fuchsia. HEX triplet: CD, 39 and C5. RGB value is (205,57,197). Sum of RGB (Red+Green+Blue) = 205+57+197=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD39C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39C5 is #32C63A. Grayscale: #747474. Windows color (decimal): -3327547 or 12925389. OLE color: 12925389.

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

Color convert

RGB20557197-
CMYK00.720.040.20
HSL303.24º59.68%51.37%-
HSV(B)303.24º72.2%80.39%-
XYZ36.7219.9454.74-
YUV117.21173.03190.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 57 (22.66% from 255) = 12.42%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=44.66%
G=12.42%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055719700.720.040.20303.2459.6851.37
HexCD39C504841412f3c33
Octal3157130501104244577463
Binary11001101111001110001010100100010010100100101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39C5; }

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

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

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

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

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

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

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

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