Html Css Color HEX #CD09AB Deep Magenta

📋 copy color: '#CD09AB'

red 205 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #CD09AB

Tints of Deep Magenta #CD09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 53.25%
G = 2.34%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD09AB (or 0xCD09AB) is known color: Deep Magenta. HEX triplet: CD, 09 and AB. RGB value is (205,9,171). Sum of RGB (Red+Green+Blue) = 205+9+171=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD09AB is #32F654. Grayscale: #555555. Windows color (decimal): -3339861 or 11209165. OLE color: 11209165.

HSL color Cylindrical-coordinate representation of color #CD09AB: hue angle of 310.41º 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 #CD09AB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 171 -
CMYK 0 0.96 0.17 0.20
HSL 310.41º 0.92% 0.42% -
HSV(B) 310.41º 0.96% 0.8% -
XYZ 32.63 16.11 39.92 -
YUV 86.07 175.93 212.83 -
System Red Green Blue C M Y K H S L
Decimal 205 9 171 0 0.96 0.17 0.20 310.41 0.92 0.42
Hex CD 9 AB 0 60 11 14 136 5C 2A
Octal 315 11 253 0 140 21 24 466 134 52
Binary 11001101 1001 10101011 0 1100000 10001 10100 100110110 1011100 101010

Color Harmonies of #CD09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD09AB

Black with #CD09AB

Text Example


Text Example

White with #CD09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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