Html Css Color HEX #C72082 Medium Violet Red

📋 copy color: '#C72082'

red 199 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #C72082

Tints of Medium Violet Red #C72082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 55.12%
G = 8.86%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C72082 (or 0xC72082) is known color: Medium Violet Red. HEX triplet: C7, 20 and 82. RGB value is (199,32,130). Sum of RGB (Red+Green+Blue) = 199+32+130=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C72082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72082 is #38DF7D. Grayscale: #5C5C5C. Windows color (decimal): -3727230 or 8528071. OLE color: 8528071.

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

Color convert

RGB 199 32 130 -
CMYK 0 0.84 0.35 0.22
HSL 324.79º 0.72% 0.45% -
HSV(B) 324.79º 0.84% 0.78% -
XYZ 28.1 14.79 22.49 -
YUV 93.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 199 32 130 0 0.84 0.35 0.22 324.79 0.72 0.45
Hex C7 20 82 0 54 23 16 145 48 2D
Octal 307 40 202 0 124 43 26 505 110 55
Binary 11000111 100000 10000010 0 1010100 100011 10110 101000101 1001000 101101

Color Harmonies of #C72082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72082

Black with #C72082

Text Example


Text Example

White with #C72082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72082; }

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

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

background-color css

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

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

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

border-color css

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

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

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