Html Css Color HEX #CD06DB Deep Magenta

📋 copy color: '#CD06DB'

red 205 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #CD06DB

Tints of Deep Magenta #CD06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

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

R = 47.67%
G = 1.4%
B = 50.93%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD06DB (or 0xCD06DB) is known color: Deep Magenta. HEX triplet: CD, 06 and DB. RGB value is (205,6,219). Sum of RGB (Red+Green+Blue) = 205+6+219=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD06DB is #32F924. Grayscale: #595959. Windows color (decimal): -3340581 or 14354125. OLE color: 14354125.

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

Color convert

RGB 205 6 219 -
CMYK 0.06 0.97 0 0.14
HSL 296.06º 0.95% 0.44% -
HSV(B) 296.06º 0.97% 0.86% -
XYZ 38.03 18.22 68.53 -
YUV 89.78 200.93 210.18 -
System Red Green Blue C M Y K H S L
Decimal 205 6 219 0.06 0.97 0 0.14 296.06 0.95 0.44
Hex CD 6 DB 6 61 0 E 128 5F 2C
Octal 315 6 333 6 141 0 16 450 137 54
Binary 11001101 110 11011011 110 1100001 0 1110 100101000 1011111 101100

Color Harmonies of #CD06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD06DB

Black with #CD06DB

Text Example


Text Example

White with #CD06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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