Html Css Color HEX #C70186 Medium Violet Red

📋 copy color: '#C70186'

red 199 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #C70186

Tints of Medium Violet Red #C70186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 59.58%
G = 0.3%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C70186 (or 0xC70186) is known color: Medium Violet Red. HEX triplet: C7, 01 and 86. RGB value is (199,1,134). Sum of RGB (Red+Green+Blue) = 199+1+134=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C70186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70186 is #38FE79. Grayscale: #4B4B4B. Windows color (decimal): -3735162 or 8782279. OLE color: 8782279.

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

Color convert

RGB 199 1 134 -
CMYK 0 0.99 0.33 0.22
HSL 319.7º 0.99% 0.39% -
HSV(B) 319.7º 0.99% 0.78% -
XYZ 27.87 13.89 23.77 -
YUV 75.36 161.1 216.19 -
System Red Green Blue C M Y K H S L
Decimal 199 1 134 0 0.99 0.33 0.22 319.7 0.99 0.39
Hex C7 1 86 0 63 21 16 140 63 27
Octal 307 1 206 0 143 41 26 500 143 47
Binary 11000111 1 10000110 0 1100011 100001 10110 101000000 1100011 100111

Color Harmonies of #C70186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70186

Black with #C70186

Text Example


Text Example

White with #C70186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70186; }

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

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

background-color css

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

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

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

border-color css

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

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

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