Html Css Color HEX #C72574 Medium Violet Red

📋 copy color: '#C72574'

red 199 ◦ green 37 ◦ blue 116

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

Shades of Medium Violet Red #C72574

Tints of Medium Violet Red #C72574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 56.53%
G = 10.51%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C72574 (or 0xC72574) is known color: Medium Violet Red. HEX triplet: C7, 25 and 74. RGB value is (199,37,116). Sum of RGB (Red+Green+Blue) = 199+37+116=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C72574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72574 is #38DA8B. Grayscale: #5E5E5E. Windows color (decimal): -3725964 or 7611847. OLE color: 7611847.

HSL color Cylindrical-coordinate representation of color #C72574: hue angle of 330.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72574 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 116 -
CMYK 0 0.81 0.42 0.22
HSL 330.74º 0.69% 0.46% -
HSV(B) 330.74º 0.81% 0.78% -
XYZ 27.37 14.73 17.92 -
YUV 94.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 199 37 116 0 0.81 0.42 0.22 330.74 0.69 0.46
Hex C7 25 74 0 51 2A 16 14B 45 2E
Octal 307 45 164 0 121 52 26 513 105 56
Binary 11000111 100101 1110100 0 1010001 101010 10110 101001011 1000101 101110

Color Harmonies of #C72574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72574

Black with #C72574

Text Example


Text Example

White with #C72574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72574; }

 p { color: rgb(199,37,116); }

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

background-color css

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

 a { background-color: rgb(199,37,116); }

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

border-color css

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

 span { border-color: rgb(199,37,116); }

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