Html Css Color HEX #C72085 Medium Violet Red

📋 copy color: '#C72085'

red 199 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #C72085

Tints of Medium Violet Red #C72085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 54.67%
G = 8.79%
B = 36.54%

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

#C72085 (or 0xC72085) is known color: Medium Violet Red. HEX triplet: C7, 20 and 85. RGB value is (199,32,133). Sum of RGB (Red+Green+Blue) = 199+32+133=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C72085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72085 is #38DF7A. Grayscale: #5D5D5D. Windows color (decimal): -3727227 or 8724679. OLE color: 8724679.

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

Color convert

RGB 199 32 133 -
CMYK 0 0.84 0.33 0.22
HSL 323.71º 0.72% 0.45% -
HSV(B) 323.71º 0.84% 0.78% -
XYZ 28.3 14.87 23.57 -
YUV 93.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 199 32 133 0 0.84 0.33 0.22 323.71 0.72 0.45
Hex C7 20 85 0 54 21 16 144 48 2D
Octal 307 40 205 0 124 41 26 504 110 55
Binary 11000111 100000 10000101 0 1010100 100001 10110 101000100 1001000 101101

Color Harmonies of #C72085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72085

Black with #C72085

Text Example


Text Example

White with #C72085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72085; }

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

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

background-color css

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

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

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

border-color css

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

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

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