Html Css Color HEX #C70386 Medium Violet Red

📋 copy color: '#C70386'

red 199 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #C70386

Tints of Medium Violet Red #C70386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 59.23%
G = 0.89%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C70386 (or 0xC70386) is known color: Medium Violet Red. HEX triplet: C7, 03 and 86. RGB value is (199,3,134). Sum of RGB (Red+Green+Blue) = 199+3+134=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70386 is #38FC79. Grayscale: #4C4C4C. Windows color (decimal): -3734650 or 8782791. OLE color: 8782791.

HSL color Cylindrical-coordinate representation of color #C70386: hue angle of 319.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70386 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 134 -
CMYK 0 0.98 0.33 0.22
HSL 319.9º 0.97% 0.4% -
HSV(B) 319.9º 0.98% 0.78% -
XYZ 27.89 13.93 23.77 -
YUV 76.54 160.43 215.35 -
System Red Green Blue C M Y K H S L
Decimal 199 3 134 0 0.98 0.33 0.22 319.9 0.97 0.4
Hex C7 3 86 0 62 21 16 140 61 28
Octal 307 3 206 0 142 41 26 500 141 50
Binary 11000111 11 10000110 0 1100010 100001 10110 101000000 1100001 101000

Color Harmonies of #C70386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70386

Black with #C70386

Text Example


Text Example

White with #C70386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70386; }

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

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

background-color css

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

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

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

border-color css

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

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

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