Html Css Color HEX #C720DB Deep Magenta

📋 copy color: '#C720DB'

red 199 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #C720DB

Tints of Deep Magenta #C720DB

RGB

 RED value IS 199 (78.13% from 255) = 44.22%

 GREEN value IS 32 (12.89% from 255) = 7.11%

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

R = 44.22%
G = 7.11%
B = 48.67%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C720DB (or 0xC720DB) is known color: Deep Magenta. HEX triplet: C7, 20 and DB. RGB value is (199,32,219). Sum of RGB (Red+Green+Blue) = 199+32+219=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C720DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720DB is #38DF24. Grayscale: #666666. Windows color (decimal): -3727141 or 14360775. OLE color: 14360775.

HSL color Cylindrical-coordinate representation of color #C720DB: hue angle of 293.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C720DB is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 32 219 -
CMYK 0.09 0.85 0 0.14
HSL 293.58º 0.75% 0.49% -
HSV(B) 293.58º 0.85% 0.86% -
XYZ 36.86 18.29 68.61 -
YUV 103.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 199 32 219 0.09 0.85 0 0.14 293.58 0.75 0.49
Hex C7 20 DB 9 55 0 E 126 4B 31
Octal 307 40 333 11 125 0 16 446 113 61
Binary 11000111 100000 11011011 1001 1010101 0 1110 100100110 1001011 110001

Color Harmonies of #C720DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720DB

Black with #C720DB

Text Example


Text Example

White with #C720DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720DB; }

 p { color: rgb(199,32,219); }

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

background-color css

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

 a { background-color: rgb(199,32,219); }

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

border-color css

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

 span { border-color: rgb(199,32,219); }

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