Html Css Color HEX #C72080 Medium Violet Red

📋 copy color: '#C72080'

red 199 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #C72080

Tints of Medium Violet Red #C72080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 55.43%
G = 8.91%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C72080 (or 0xC72080) is known color: Medium Violet Red. HEX triplet: C7, 20 and 80. RGB value is (199,32,128). Sum of RGB (Red+Green+Blue) = 199+32+128=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C72080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72080 is #38DF7F. Grayscale: #5C5C5C. Windows color (decimal): -3727232 or 8396999. OLE color: 8396999.

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

Color convert

RGB 199 32 128 -
CMYK 0 0.84 0.36 0.22
HSL 325.51º 0.72% 0.45% -
HSV(B) 325.51º 0.84% 0.78% -
XYZ 27.97 14.73 21.79 -
YUV 92.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 199 32 128 0 0.84 0.36 0.22 325.51 0.72 0.45
Hex C7 20 80 0 54 24 16 146 48 2D
Octal 307 40 200 0 124 44 26 506 110 55
Binary 11000111 100000 10000000 0 1010100 100100 10110 101000110 1001000 101101

Color Harmonies of #C72080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72080

Black with #C72080

Text Example


Text Example

White with #C72080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72080; }

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

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

background-color css

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

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

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

border-color css

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

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

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