Html Css Color HEX #C70191 Medium Violet Red

📋 copy color: '#C70191'

red 199 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #C70191

Tints of Medium Violet Red #C70191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 57.68%
G = 0.29%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C70191 (or 0xC70191) is known color: Medium Violet Red. HEX triplet: C7, 01 and 91. RGB value is (199,1,145). Sum of RGB (Red+Green+Blue) = 199+1+145=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C70191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70191 is #38FE6E. Grayscale: #4C4C4C. Windows color (decimal): -3735151 or 9503175. OLE color: 9503175.

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

Color convert

RGB 199 1 145 -
CMYK 0 0.99 0.27 0.22
HSL 316.36º 0.99% 0.39% -
HSV(B) 316.36º 0.99% 0.78% -
XYZ 28.67 14.21 28.02 -
YUV 76.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 199 1 145 0 0.99 0.27 0.22 316.36 0.99 0.39
Hex C7 1 91 0 63 1B 16 13C 63 27
Octal 307 1 221 0 143 33 26 474 143 47
Binary 11000111 1 10010001 0 1100011 11011 10110 100111100 1100011 100111

Color Harmonies of #C70191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70191

Black with #C70191

Text Example


Text Example

White with #C70191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70191; }

 p { color: rgb(199,1,145); }

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

background-color css

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

 a { background-color: rgb(199,1,145); }

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

border-color css

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

 span { border-color: rgb(199,1,145); }

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