Html Css Color HEX #C70872 Medium Violet Red

📋 copy color: '#C70872'

red 199 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #C70872

Tints of Medium Violet Red #C70872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 61.99%
G = 2.49%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70872 (or 0xC70872) is known color: Medium Violet Red. HEX triplet: C7, 08 and 72. RGB value is (199,8,114). Sum of RGB (Red+Green+Blue) = 199+8+114=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C70872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70872 is #38F78D. Grayscale: #4C4C4C. Windows color (decimal): -3733390 or 7473351. OLE color: 7473351.

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

Color convert

RGB 199 8 114 -
CMYK 0 0.96 0.43 0.22
HSL 326.7º 0.92% 0.41% -
HSV(B) 326.7º 0.96% 0.78% -
XYZ 26.68 13.53 17.13 -
YUV 77.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 199 8 114 0 0.96 0.43 0.22 326.7 0.92 0.41
Hex C7 8 72 0 60 2B 16 147 5C 29
Octal 307 10 162 0 140 53 26 507 134 51
Binary 11000111 1000 1110010 0 1100000 101011 10110 101000111 1011100 101001

Color Harmonies of #C70872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70872

Black with #C70872

Text Example


Text Example

White with #C70872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70872; }

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

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

background-color css

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

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

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

border-color css

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

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

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