#CD37BD

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

Shades of Fuchsia #CD37BD

Tints of Fuchsia #CD37BD

Color information

#CD37BD (or 0xCD37BD) is unknown color: approx Fuchsia. HEX triplet: CD, 37 and BD. RGB value is (205,55,189). Sum of RGB (Red+Green+Blue) = 205+55+189=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD37BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37BD is #32C842. Grayscale: #727272. Windows color (decimal): -3328067 or 12400589. OLE color: 12400589.

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

Color convert

RGB20555189-
CMYK00.730.080.20
HSL306.4º60%50.98%-
HSV(B)306.4º73.17%80.39%-
XYZ35.7319.3950-
YUV115.13169.7192.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=45.66%
G=12.25%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055518900.730.080.20306.46050.98
HexCD37BD0498141323c33
Octal31567275011110244627463
Binary110011011101111011110101001001100010100100110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD37BD; }

 p { color: rgb(205,55,189); }

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

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

 a { background-color: rgb(205,55,189); }

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

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

 span { border-color: rgb(205,55,189); }

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