Html Css Color HEX #C720AF Deep Magenta

📋 copy color: '#C720AF'

red 199 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #C720AF

Tints of Deep Magenta #C720AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 49.01%
G = 7.88%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C720AF (or 0xC720AF) is known color: Deep Magenta. HEX triplet: C7, 20 and AF. RGB value is (199,32,175). Sum of RGB (Red+Green+Blue) = 199+32+175=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C720AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C720AF is #38DF50. Grayscale: #616161. Windows color (decimal): -3727185 or 11477191. OLE color: 11477191.

HSL color Cylindrical-coordinate representation of color #C720AF: hue angle of 308.62º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720AF is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 175 -
CMYK 0 0.84 0.12 0.22
HSL 308.62º 0.72% 0.45% -
HSV(B) 308.62º 0.84% 0.78% -
XYZ 31.81 16.27 42.02 -
YUV 98.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 199 32 175 0 0.84 0.12 0.22 308.62 0.72 0.45
Hex C7 20 AF 0 54 C 16 135 48 2D
Octal 307 40 257 0 124 14 26 465 110 55
Binary 11000111 100000 10101111 0 1010100 1100 10110 100110101 1001000 101101

Color Harmonies of #C720AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720AF

Black with #C720AF

Text Example


Text Example

White with #C720AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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