Html Css Color HEX #CD04AB Deep Magenta

📋 copy color: '#CD04AB'

red 205 ◦ green 4 ◦ blue 171

#CD04AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CD04AB

Tints of Deep Magenta #CD04AB

RGB

 RED value IS 205 (80.47% from 255) = 53.95%

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 53.95%
G = 1.05%
B = 45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD04AB (or 0xCD04AB) is known color: Deep Magenta. HEX triplet: CD, 04 and AB. RGB value is (205,4,171). Sum of RGB (Red+Green+Blue) = 205+4+171=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD04AB is #32FB54. Grayscale: #525252. Windows color (decimal): -3341141 or 11207885. OLE color: 11207885.

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

Color convert

RGB 205 4 171 -
CMYK 0 0.98 0.17 0.20
HSL 310.15º 0.96% 0.41% -
HSV(B) 310.15º 0.98% 0.8% -
XYZ 32.57 16.01 39.9 -
YUV 83.14 177.59 214.92 -
System Red Green Blue C M Y K H S L
Decimal 205 4 171 0 0.98 0.17 0.20 310.15 0.96 0.41
Hex CD 4 AB 0 62 11 14 136 60 29
Octal 315 4 253 0 142 21 24 466 140 51
Binary 11001101 100 10101011 0 1100010 10001 10100 100110110 1100000 101001

Color Harmonies of #CD04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD04AB

Black with #CD04AB

Text Example


Text Example

White with #CD04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD04AB; }

 p { color: rgb(205,4,171); }

 H1.HeaderClassName
 {
   color: #CD04AB;
 }
 .AnyTagClassName
 {
   color: #CD04AB;
 }
</style>

background-color css

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

 a { background-color: rgb(205,4,171); }

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

border-color css

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

 span { border-color: rgb(205,4,171); }

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