Html Css Color HEX #C70E81 Medium Violet Red

📋 copy color: '#C70E81'

red 199 ◦ green 14 ◦ blue 129

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

Shades of Medium Violet Red #C70E81

Tints of Medium Violet Red #C70E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 58.19%
G = 4.09%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C70E81 (or 0xC70E81) is known color: Medium Violet Red. HEX triplet: C7, 0E and 81. RGB value is (199,14,129). Sum of RGB (Red+Green+Blue) = 199+14+129=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70E81 is #38F17E. Grayscale: #525252. Windows color (decimal): -3731839 or 8457927. OLE color: 8457927.

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

Color convert

RGB 199 14 129 -
CMYK 0 0.93 0.35 0.22
HSL 322.7º 0.87% 0.42% -
HSV(B) 322.7º 0.93% 0.78% -
XYZ 27.67 14.04 22.02 -
YUV 82.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 199 14 129 0 0.93 0.35 0.22 322.7 0.87 0.42
Hex C7 E 81 0 5D 23 16 143 57 2A
Octal 307 16 201 0 135 43 26 503 127 52
Binary 11000111 1110 10000001 0 1011101 100011 10110 101000011 1010111 101010

Color Harmonies of #C70E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E81

Black with #C70E81

Text Example


Text Example

White with #C70E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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