#CD1ABE

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

Shades of Deep Magenta #CD1ABE

Tints of Deep Magenta #CD1ABE

Color information

#CD1ABE (or 0xCD1ABE) is unknown color: approx Deep Magenta. HEX triplet: CD, 1A and BE. RGB value is (205,26,190). Sum of RGB (Red+Green+Blue) = 205+26+190=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ABE is #32E541. Grayscale: #616161. Windows color (decimal): -3335490 or 12458701. OLE color: 12458701.

HSL color Cylindrical-coordinate representation of color #CD1ABE: hue angle of 305.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1ABE is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20526190-
CMYK00.870.070.20
HSL305.03º77.49%45.29%-
HSV(B)305.03º87.32%80.39%-
XYZ34.8417.4450.24-
YUV98.22179.8204.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 26 (10.55% from 255) = 6.18%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=48.69%
G=6.18%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052619000.870.070.20305.0377.4945.29
HexCD1ABE0577141314d2d
Octal31532276012772446111555
Binary11001101110101011111001010111111101001001100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1ABE; }

 p { color: rgb(205,26,190); }

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

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

 a { background-color: rgb(205,26,190); }

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

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

 span { border-color: rgb(205,26,190); }

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