Html Css Color HEX #C72086 Medium Violet Red

📋 copy color: '#C72086'

red 199 ◦ green 32 ◦ blue 134

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

Shades of Medium Violet Red #C72086

Tints of Medium Violet Red #C72086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 54.52%
G = 8.77%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C72086 (or 0xC72086) is known color: Medium Violet Red. HEX triplet: C7, 20 and 86. RGB value is (199,32,134). Sum of RGB (Red+Green+Blue) = 199+32+134=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C72086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72086 is #38DF79. Grayscale: #5D5D5D. Windows color (decimal): -3727226 or 8790215. OLE color: 8790215.

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

Color convert

RGB 199 32 134 -
CMYK 0 0.84 0.33 0.22
HSL 323.35º 0.72% 0.45% -
HSV(B) 323.35º 0.84% 0.78% -
XYZ 28.37 14.9 23.93 -
YUV 93.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 199 32 134 0 0.84 0.33 0.22 323.35 0.72 0.45
Hex C7 20 86 0 54 21 16 143 48 2D
Octal 307 40 206 0 124 41 26 503 110 55
Binary 11000111 100000 10000110 0 1010100 100001 10110 101000011 1001000 101101

Color Harmonies of #C72086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72086

Black with #C72086

Text Example


Text Example

White with #C72086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72086; }

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

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

background-color css

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

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

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

border-color css

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

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

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