Html Css Color HEX #C70072 Medium Violet Red

📋 copy color: '#C70072'

red 199 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #C70072

Tints of Medium Violet Red #C70072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 63.58%
G = 0%
B = 36.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70072 (or 0xC70072) is known color: Medium Violet Red. HEX triplet: C7, 00 and 72. RGB value is (199,0,114). Sum of RGB (Red+Green+Blue) = 199+0+114=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C70072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70072 is #38FF8D. Grayscale: #484848. Windows color (decimal): -3735438 or 7471303. OLE color: 7471303.

HSL color Cylindrical-coordinate representation of color #C70072: hue angle of 325.63º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70072 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 114 -
CMYK 0 1 0.43 0.22
HSL 325.63º 1% 0.39% -
HSV(B) 325.63º 1% 0.78% -
XYZ 26.59 13.36 17.1 -
YUV 72.5 151.43 218.23 -
System Red Green Blue C M Y K H S L
Decimal 199 0 114 0 1 0.43 0.22 325.63 1 0.39
Hex C7 0 72 0 64 2B 16 146 64 27
Octal 307 0 162 0 144 53 26 506 144 47
Binary 11000111 0 1110010 0 1100100 101011 10110 101000110 1100100 100111

Color Harmonies of #C70072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70072

Black with #C70072

Text Example


Text Example

White with #C70072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70072; }

 p { color: rgb(199,0,114); }

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

background-color css

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

 a { background-color: rgb(199,0,114); }

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

border-color css

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

 span { border-color: rgb(199,0,114); }

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