Html Css Color HEX #C72575 Medium Violet Red

📋 copy color: '#C72575'

red 199 ◦ green 37 ◦ blue 117

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

Shades of Medium Violet Red #C72575

Tints of Medium Violet Red #C72575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 56.37%
G = 10.48%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C72575 (or 0xC72575) is known color: Medium Violet Red. HEX triplet: C7, 25 and 75. RGB value is (199,37,117). Sum of RGB (Red+Green+Blue) = 199+37+117=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C72575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72575 is #38DA8A. Grayscale: #5E5E5E. Windows color (decimal): -3725963 or 7677383. OLE color: 7677383.

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

Color convert

RGB 199 37 117 -
CMYK 0 0.81 0.41 0.22
HSL 330.37º 0.69% 0.46% -
HSV(B) 330.37º 0.81% 0.78% -
XYZ 27.43 14.75 18.23 -
YUV 94.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 199 37 117 0 0.81 0.41 0.22 330.37 0.69 0.46
Hex C7 25 75 0 51 29 16 14A 45 2E
Octal 307 45 165 0 121 51 26 512 105 56
Binary 11000111 100101 1110101 0 1010001 101001 10110 101001010 1000101 101110

Color Harmonies of #C72575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72575

Black with #C72575

Text Example


Text Example

White with #C72575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72575; }

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

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

background-color css

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

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

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

border-color css

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

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

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