Html Css Color HEX #CD13DB Deep Magenta

📋 copy color: '#CD13DB'

red 205 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #CD13DB

Tints of Deep Magenta #CD13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.29%

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

R = 46.28%
G = 4.29%
B = 49.44%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD13DB (or 0xCD13DB) is known color: Deep Magenta. HEX triplet: CD, 13 and DB. RGB value is (205,19,219). Sum of RGB (Red+Green+Blue) = 205+19+219=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD13DB is #32EC24. Grayscale: #606060. Windows color (decimal): -3337253 or 14357453. OLE color: 14357453.

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

Color convert

RGB 205 19 219 -
CMYK 0.06 0.91 0 0.14
HSL 295.8º 0.84% 0.47% -
HSV(B) 295.8º 0.91% 0.86% -
XYZ 38.2 18.56 68.59 -
YUV 97.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 205 19 219 0.06 0.91 0 0.14 295.8 0.84 0.47
Hex CD 13 DB 6 5B 0 E 128 54 2F
Octal 315 23 333 6 133 0 16 450 124 57
Binary 11001101 10011 11011011 110 1011011 0 1110 100101000 1010100 101111

Color Harmonies of #CD13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD13DB

Black with #CD13DB

Text Example


Text Example

White with #CD13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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