Html Css Color HEX #CD08DB Deep Magenta

📋 copy color: '#CD08DB'

red 205 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #CD08DB

Tints of Deep Magenta #CD08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

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

R = 47.45%
G = 1.85%
B = 50.69%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD08DB (or 0xCD08DB) is known color: Deep Magenta. HEX triplet: CD, 08 and DB. RGB value is (205,8,219). Sum of RGB (Red+Green+Blue) = 205+8+219=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08DB is #32F724. Grayscale: #5A5A5A. Windows color (decimal): -3340069 or 14354637. OLE color: 14354637.

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

Color convert

RGB 205 8 219 -
CMYK 0.06 0.96 0 0.14
HSL 296.02º 0.93% 0.45% -
HSV(B) 296.02º 0.96% 0.86% -
XYZ 38.05 18.27 68.54 -
YUV 90.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 205 8 219 0.06 0.96 0 0.14 296.02 0.93 0.45
Hex CD 8 DB 6 60 0 E 128 5D 2D
Octal 315 10 333 6 140 0 16 450 135 55
Binary 11001101 1000 11011011 110 1100000 0 1110 100101000 1011101 101101

Color Harmonies of #CD08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD08DB

Black with #CD08DB

Text Example


Text Example

White with #CD08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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