Html Css Color HEX #CD07AB Deep Magenta

📋 copy color: '#CD07AB'

red 205 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #CD07AB

Tints of Deep Magenta #CD07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

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

R = 53.52%
G = 1.83%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD07AB (or 0xCD07AB) is known color: Deep Magenta. HEX triplet: CD, 07 and AB. RGB value is (205,7,171). Sum of RGB (Red+Green+Blue) = 205+7+171=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD07AB is #32F854. Grayscale: #545454. Windows color (decimal): -3340373 or 11208653. OLE color: 11208653.

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

Color convert

RGB 205 7 171 -
CMYK 0 0.97 0.17 0.20
HSL 310.3º 0.93% 0.42% -
HSV(B) 310.3º 0.97% 0.8% -
XYZ 32.6 16.07 39.91 -
YUV 84.9 176.6 213.66 -
System Red Green Blue C M Y K H S L
Decimal 205 7 171 0 0.97 0.17 0.20 310.3 0.93 0.42
Hex CD 7 AB 0 61 11 14 136 5D 2A
Octal 315 7 253 0 141 21 24 466 135 52
Binary 11001101 111 10101011 0 1100001 10001 10100 100110110 1011101 101010

Color Harmonies of #CD07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD07AB

Black with #CD07AB

Text Example


Text Example

White with #CD07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD07AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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