#CD1CC3

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

Shades of Deep Magenta #CD1CC3

Tints of Deep Magenta #CD1CC3

Color information

#CD1CC3 (or 0xCD1CC3) is unknown color: approx Deep Magenta. HEX triplet: CD, 1C and C3. RGB value is (205,28,195). Sum of RGB (Red+Green+Blue) = 205+28+195=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CC3 is #32E33C. Grayscale: #636363. Windows color (decimal): -3334973 or 12786893. OLE color: 12786893.

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

Color convert

RGB20528195-
CMYK00.860.050.20
HSL303.39º75.97%45.69%-
HSV(B)303.39º86.34%80.39%-
XYZ35.4417.7553.19-
YUV99.96181.64202.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 28 (11.33% from 255) = 6.54%
BLUE value IS 195 (76.56% from 255) = 45.56%
R=47.90%
G=6.54%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052819500.860.050.20303.3975.9745.69
HexCD1CC305651412f4c2e
Octal31534303012652445711456
Binary11001101111001100001101010110101101001001011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1CC3; }

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

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

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

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

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

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

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

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