Html Css Color HEX #CD07DB Deep Magenta

📋 copy color: '#CD07DB'

red 205 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #CD07DB

Tints of Deep Magenta #CD07DB

RGB

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

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

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

R = 47.56%
G = 1.62%
B = 50.81%

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

#CD07DB (or 0xCD07DB) is known color: Deep Magenta. HEX triplet: CD, 07 and DB. RGB value is (205,7,219). Sum of RGB (Red+Green+Blue) = 205+7+219=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD07DB is #32F824. Grayscale: #595959. Windows color (decimal): -3340325 or 14354381. OLE color: 14354381.

HSL color Cylindrical-coordinate representation of color #CD07DB: hue angle of 296.04º degrees, saturation: 0.94, 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 #CD07DB is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 7 219 -
CMYK 0.06 0.97 0 0.14
HSL 296.04º 0.94% 0.44% -
HSV(B) 296.04º 0.97% 0.86% -
XYZ 38.04 18.25 68.53 -
YUV 90.37 200.6 209.76 -
System Red Green Blue C M Y K H S L
Decimal 205 7 219 0.06 0.97 0 0.14 296.04 0.94 0.44
Hex CD 7 DB 6 61 0 E 128 5E 2C
Octal 315 7 333 6 141 0 16 450 136 54
Binary 11001101 111 11011011 110 1100001 0 1110 100101000 1011110 101100

Color Harmonies of #CD07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD07DB

Black with #CD07DB

Text Example


Text Example

White with #CD07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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