#CD37D0

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

Shades of Fuchsia #CD37D0

Tints of Fuchsia #CD37D0

Color information

#CD37D0 (or 0xCD37D0) is unknown color: approx Fuchsia. HEX triplet: CD, 37 and D0. RGB value is (205,55,208). Sum of RGB (Red+Green+Blue) = 205+55+208=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD37D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37D0 is #32C82F. Grayscale: #747474. Windows color (decimal): -3328048 or 13645773. OLE color: 13645773.

HSL color Cylindrical-coordinate representation of color #CD37D0: hue angle of 298.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD37D0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20555208-
CMYK0.010.7400.18
HSL298.82º61.94%51.57%-
HSV(B)298.82º73.56%81.57%-
XYZ37.9320.2761.59-
YUV117.29179.2190.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 55 (21.88% from 255) = 11.75%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=43.80%
G=11.75%
B=44.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205552080.010.7400.18298.8261.9451.57
HexCD37D014A01212b3e34
Octal3156732011120224537664
Binary110011011101111101000011001010010010100101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD37D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD37D0; }

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

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

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

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

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

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

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

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