Html Css Color HEX #C720A0 Medium Violet Red

📋 copy color: '#C720A0'

red 199 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #C720A0

Tints of Medium Violet Red #C720A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 50.9%
G = 8.18%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C720A0 (or 0xC720A0) is known color: Medium Violet Red. HEX triplet: C7, 20 and A0. RGB value is (199,32,160). Sum of RGB (Red+Green+Blue) = 199+32+160=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C720A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C720A0 is #38DF5F. Grayscale: #606060. Windows color (decimal): -3727200 or 10494151. OLE color: 10494151.

HSL color Cylindrical-coordinate representation of color #C720A0: hue angle of 314.01º 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 #C720A0 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 160 -
CMYK 0 0.84 0.20 0.22
HSL 314.01º 0.72% 0.45% -
HSV(B) 314.01º 0.84% 0.78% -
XYZ 30.41 15.71 34.69 -
YUV 96.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 199 32 160 0 0.84 0.20 0.22 314.01 0.72 0.45
Hex C7 20 A0 0 54 14 16 13A 48 2D
Octal 307 40 240 0 124 24 26 472 110 55
Binary 11000111 100000 10100000 0 1010100 10100 10110 100111010 1001000 101101

Color Harmonies of #C720A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720A0

Black with #C720A0

Text Example


Text Example

White with #C720A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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