#CD08C4

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

Shades of Deep Magenta #CD08C4

Tints of Deep Magenta #CD08C4

Color information

#CD08C4 (or 0xCD08C4) is unknown color: approx Deep Magenta. HEX triplet: CD, 08 and C4. RGB value is (205,8,196). Sum of RGB (Red+Green+Blue) = 205+8+196=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08C4 is #32F73B. Grayscale: #575757. Windows color (decimal): -3340092 or 12847309. OLE color: 12847309.

HSL color Cylindrical-coordinate representation of color #CD08C4: hue angle of 302.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08C4 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB2058196-
CMYK00.960.040.20
HSL302.74º92.49%41.76%-
HSV(B)302.74º96.1%80.39%-
XYZ35.2317.1453.68-
YUV88.34188.77211.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 8 (3.52% from 255) = 1.96%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=50.12%
G=1.96%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205819600.960.040.20302.7492.4941.76
HexCD8C406041412f5c2a
Octal31510304014042445713452
Binary1100110110001100010001100000100101001001011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD08C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD08C4; }

 p { color: rgb(205,8,196); }

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

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

 a { background-color: rgb(205,8,196); }

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

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

 span { border-color: rgb(205,8,196); }

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