#CD39B5

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

Shades of Fuchsia #CD39B5

Tints of Fuchsia #CD39B5

Color information

#CD39B5 (or 0xCD39B5) is unknown color: approx Fuchsia. HEX triplet: CD, 39 and B5. RGB value is (205,57,181). Sum of RGB (Red+Green+Blue) = 205+57+181=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD39B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39B5 is #32C64A. Grayscale: #737373. Windows color (decimal): -3327563 or 11876813. OLE color: 11876813.

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

Color convert

RGB20557181-
CMYK00.720.120.20
HSL309.73º59.68%51.37%-
HSV(B)309.73º72.2%80.39%-
XYZ34.9819.2445.59-
YUV115.39165.03191.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 57 (22.66% from 255) = 12.87%
BLUE value IS 181 (71.09% from 255) = 40.86%
R=46.28%
G=12.87%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055718100.720.120.20309.7359.6851.37
HexCD39B5048C141363c33
Octal31571265011014244667463
Binary110011011110011011010101001000110010100100110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39B5; }

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

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

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

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

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

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

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

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