Html Css Color HEX #C70EA0 Medium Violet Red

📋 copy color: '#C70EA0'

red 199 ◦ green 14 ◦ blue 160

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

Shades of Medium Violet Red #C70EA0

Tints of Medium Violet Red #C70EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 53.35%
G = 3.75%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C70EA0 (or 0xC70EA0) is known color: Medium Violet Red. HEX triplet: C7, 0E and A0. RGB value is (199,14,160). Sum of RGB (Red+Green+Blue) = 199+14+160=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EA0 is #38F15F. Grayscale: #555555. Windows color (decimal): -3731808 or 10489543. OLE color: 10489543.

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

Color convert

RGB 199 14 160 -
CMYK 0 0.93 0.20 0.22
HSL 312.65º 0.87% 0.42% -
HSV(B) 312.65º 0.93% 0.78% -
XYZ 30.06 14.99 34.57 -
YUV 85.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 199 14 160 0 0.93 0.20 0.22 312.65 0.87 0.42
Hex C7 E A0 0 5D 14 16 139 57 2A
Octal 307 16 240 0 135 24 26 471 127 52
Binary 11000111 1110 10100000 0 1011101 10100 10110 100111001 1010111 101010

Color Harmonies of #C70EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EA0

Black with #C70EA0

Text Example


Text Example

White with #C70EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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