Html Css Color HEX #C70192 Medium Violet Red

📋 copy color: '#C70192'

red 199 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #C70192

Tints of Medium Violet Red #C70192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 57.51%
G = 0.29%
B = 42.2%

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

#C70192 (or 0xC70192) is known color: Medium Violet Red. HEX triplet: C7, 01 and 92. RGB value is (199,1,146). Sum of RGB (Red+Green+Blue) = 199+1+146=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C70192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70192 is #38FE6D. Grayscale: #4C4C4C. Windows color (decimal): -3735150 or 9568711. OLE color: 9568711.

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

Color convert

RGB 199 1 146 -
CMYK 0 0.99 0.27 0.22
HSL 316.06º 0.99% 0.39% -
HSV(B) 316.06º 0.99% 0.78% -
XYZ 28.75 14.24 28.43 -
YUV 76.73 167.1 215.21 -
System Red Green Blue C M Y K H S L
Decimal 199 1 146 0 0.99 0.27 0.22 316.06 0.99 0.39
Hex C7 1 92 0 63 1B 16 13C 63 27
Octal 307 1 222 0 143 33 26 474 143 47
Binary 11000111 1 10010010 0 1100011 11011 10110 100111100 1100011 100111

Color Harmonies of #C70192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70192

Black with #C70192

Text Example


Text Example

White with #C70192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70192; }

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

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

background-color css

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

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

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

border-color css

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

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

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