Html Css Color HEX #C720CE Deep Magenta

📋 copy color: '#C720CE'

red 199 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #C720CE

Tints of Deep Magenta #C720CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 45.54%
G = 7.32%
B = 47.14%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C720CE (or 0xC720CE) is known color: Deep Magenta. HEX triplet: C7, 20 and CE. RGB value is (199,32,206). Sum of RGB (Red+Green+Blue) = 199+32+206=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C720CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720CE is #38DF31. Grayscale: #656565. Windows color (decimal): -3727154 or 13508807. OLE color: 13508807.

HSL color Cylindrical-coordinate representation of color #C720CE: hue angle of 297.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720CE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 32 206 -
CMYK 0.03 0.84 0 0.19
HSL 297.59º 0.73% 0.47% -
HSV(B) 297.59º 0.84% 0.81% -
XYZ 35.21 17.63 59.94 -
YUV 101.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 199 32 206 0.03 0.84 0 0.19 297.59 0.73 0.47
Hex C7 20 CE 3 54 0 13 12A 49 2F
Octal 307 40 316 3 124 0 23 452 111 57
Binary 11000111 100000 11001110 11 1010100 0 10011 100101010 1001001 101111

Color Harmonies of #C720CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720CE

Black with #C720CE

Text Example


Text Example

White with #C720CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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