Html Css Color HEX #C70E89 Medium Violet Red

📋 copy color: '#C70E89'

red 199 ◦ green 14 ◦ blue 137

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

Shades of Medium Violet Red #C70E89

Tints of Medium Violet Red #C70E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 56.86%
G = 4%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C70E89 (or 0xC70E89) is known color: Medium Violet Red. HEX triplet: C7, 0E and 89. RGB value is (199,14,137). Sum of RGB (Red+Green+Blue) = 199+14+137=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70E89 is #38F176. Grayscale: #535353. Windows color (decimal): -3731831 or 8982215. OLE color: 8982215.

HSL color Cylindrical-coordinate representation of color #C70E89: hue angle of 320.11º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E89 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 14 137 -
CMYK 0 0.93 0.31 0.22
HSL 320.11º 0.87% 0.42% -
HSV(B) 320.11º 0.93% 0.78% -
XYZ 28.23 14.26 24.93 -
YUV 83.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 199 14 137 0 0.93 0.31 0.22 320.11 0.87 0.42
Hex C7 E 89 0 5D 1F 16 140 57 2A
Octal 307 16 211 0 135 37 26 500 127 52
Binary 11000111 1110 10001001 0 1011101 11111 10110 101000000 1010111 101010

Color Harmonies of #C70E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E89

Black with #C70E89

Text Example


Text Example

White with #C70E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E89; }

 p { color: rgb(199,14,137); }

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

background-color css

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

 a { background-color: rgb(199,14,137); }

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

border-color css

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

 span { border-color: rgb(199,14,137); }

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