Html Css Color HEX #C70086 Medium Violet Red

📋 copy color: '#C70086'

red 199 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #C70086

Tints of Medium Violet Red #C70086

RGB

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

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

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

R = 59.76%
G = 0%
B = 40.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C70086 (or 0xC70086) is known color: Medium Violet Red. HEX triplet: C7, 00 and 86. RGB value is (199,0,134). Sum of RGB (Red+Green+Blue) = 199+0+134=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C70086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70086 is #38FF79. Grayscale: #4A4A4A. Windows color (decimal): -3735418 or 8782023. OLE color: 8782023.

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

Color convert

RGB 199 0 134 -
CMYK 0 1 0.33 0.22
HSL 319.6º 1% 0.39% -
HSV(B) 319.6º 1% 0.78% -
XYZ 27.86 13.86 23.76 -
YUV 74.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 199 0 134 0 1 0.33 0.22 319.6 1 0.39
Hex C7 0 86 0 64 21 16 140 64 27
Octal 307 0 206 0 144 41 26 500 144 47
Binary 11000111 0 10000110 0 1100100 100001 10110 101000000 1100100 100111

Color Harmonies of #C70086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70086

Black with #C70086

Text Example


Text Example

White with #C70086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70086; }

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

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

background-color css

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

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

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

border-color css

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

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

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