Html Css Color HEX #C70EA8 Medium Violet Red

📋 copy color: '#C70EA8'

red 199 ◦ green 14 ◦ blue 168

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

Shades of Medium Violet Red #C70EA8

Tints of Medium Violet Red #C70EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 52.23%
G = 3.67%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C70EA8 (or 0xC70EA8) is known color: Medium Violet Red. HEX triplet: C7, 0E and A8. RGB value is (199,14,168). Sum of RGB (Red+Green+Blue) = 199+14+168=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EA8 is #38F157. Grayscale: #565656. Windows color (decimal): -3731800 or 11013831. OLE color: 11013831.

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

Color convert

RGB 199 14 168 -
CMYK 0 0.93 0.16 0.22
HSL 310.05º 0.87% 0.42% -
HSV(B) 310.05º 0.93% 0.78% -
XYZ 30.78 15.28 38.37 -
YUV 86.87 173.79 207.98 -
System Red Green Blue C M Y K H S L
Decimal 199 14 168 0 0.93 0.16 0.22 310.05 0.87 0.42
Hex C7 E A8 0 5D 10 16 136 57 2A
Octal 307 16 250 0 135 20 26 466 127 52
Binary 11000111 1110 10101000 0 1011101 10000 10110 100110110 1010111 101010

Color Harmonies of #C70EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EA8

Black with #C70EA8

Text Example


Text Example

White with #C70EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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