#CD0FB2

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

Shades of Deep Magenta #CD0FB2

Tints of Deep Magenta #CD0FB2

Color information

#CD0FB2 (or 0xCD0FB2) is unknown color: approx Deep Magenta. HEX triplet: CD, 0F and B2. RGB value is (205,15,178). Sum of RGB (Red+Green+Blue) = 205+15+178=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0FB2 is #32F04D. Grayscale: #595959. Windows color (decimal): -3338318 or 11669453. OLE color: 11669453.

HSL color Cylindrical-coordinate representation of color #CD0FB2: hue angle of 308.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0FB2 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB20515178-
CMYK00.930.130.20
HSL308.53º86.36%43.14%-
HSV(B)308.53º92.68%80.39%-
XYZ33.3816.5443.55-
YUV90.39177.45209.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 15 (6.25% from 255) = 3.77%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=51.51%
G=3.77%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051517800.930.130.20308.5386.3643.14
HexCDFB205DD14135562b
Octal315172620135152446512653
Binary11001101111110110010010111011101101001001101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0FB2; }

 p { color: rgb(205,15,178); }

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

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

 a { background-color: rgb(205,15,178); }

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

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

 span { border-color: rgb(205,15,178); }

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