Html Css Color HEX #CD2ADB Deep Magenta

📋 copy color: '#CD2ADB'

red 205 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #CD2ADB

Tints of Deep Magenta #CD2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.01%

 BLUE value IS 219 (85.94% from 255) = 47%

R = 43.99%
G = 9.01%
B = 47%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2ADB (or 0xCD2ADB) is known color: Deep Magenta. HEX triplet: CD, 2A and DB. RGB value is (205,42,219). Sum of RGB (Red+Green+Blue) = 205+42+219=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ADB is #32D524. Grayscale: #6E6E6E. Windows color (decimal): -3331365 or 14363341. OLE color: 14363341.

HSL color Cylindrical-coordinate representation of color #CD2ADB: hue angle of 295.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2ADB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 42 219 -
CMYK 0.06 0.81 0 0.14
HSL 295.25º 0.71% 0.51% -
HSV(B) 295.25º 0.81% 0.86% -
XYZ 38.79 19.75 68.79 -
YUV 110.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 205 42 219 0.06 0.81 0 0.14 295.25 0.71 0.51
Hex CD 2A DB 6 51 0 E 127 47 33
Octal 315 52 333 6 121 0 16 447 107 63
Binary 11001101 101010 11011011 110 1010001 0 1110 100100111 1000111 110011

Color Harmonies of #CD2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2ADB

Black with #CD2ADB

Text Example


Text Example

White with #CD2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2ADB; }

 p { color: rgb(205,42,219); }

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

background-color css

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

 a { background-color: rgb(205,42,219); }

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

border-color css

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

 span { border-color: rgb(205,42,219); }

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