#CD11C3

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

Shades of Deep Magenta #CD11C3

Tints of Deep Magenta #CD11C3

Color information

#CD11C3 (or 0xCD11C3) is unknown color: approx Deep Magenta. HEX triplet: CD, 11 and C3. RGB value is (205,17,195). Sum of RGB (Red+Green+Blue) = 205+17+195=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11C3 is #32EE3C. Grayscale: #5C5C5C. Windows color (decimal): -3337789 or 12784077. OLE color: 12784077.

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

Color convert

RGB20517195-
CMYK00.920.050.20
HSL303.19º84.68%43.53%-
HSV(B)303.19º91.71%80.39%-
XYZ35.2317.3253.12-
YUV93.5185.28207.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 17 (7.03% from 255) = 4.08%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=49.16%
G=4.08%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051719500.920.050.20303.1984.6843.53
HexCD11C305C51412f552c
Octal31521303013452445712554
Binary11001101100011100001101011100101101001001011111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD11C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD11C3; }

 p { color: rgb(205,17,195); }

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

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

 a { background-color: rgb(205,17,195); }

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

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

 span { border-color: rgb(205,17,195); }

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