Html Css Color HEX #C70599 Medium Violet Red

📋 copy color: '#C70599'

red 199 ◦ green 5 ◦ blue 153

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

Shades of Medium Violet Red #C70599

Tints of Medium Violet Red #C70599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 55.74%
G = 1.4%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70599 (or 0xC70599) is known color: Medium Violet Red. HEX triplet: C7, 05 and 99. RGB value is (199,5,153). Sum of RGB (Red+Green+Blue) = 199+5+153=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C70599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70599 is #38FA66. Grayscale: #4F4F4F. Windows color (decimal): -3734119 or 10028487. OLE color: 10028487.

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

Color convert

RGB 199 5 153 -
CMYK 0 0.97 0.23 0.22
HSL 314.23º 0.95% 0.4% -
HSV(B) 314.23º 0.97% 0.78% -
XYZ 29.36 14.55 31.4 -
YUV 79.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 199 5 153 0 0.97 0.23 0.22 314.23 0.95 0.4
Hex C7 5 99 0 61 17 16 13A 5F 28
Octal 307 5 231 0 141 27 26 472 137 50
Binary 11000111 101 10011001 0 1100001 10111 10110 100111010 1011111 101000

Color Harmonies of #C70599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70599

Black with #C70599

Text Example


Text Example

White with #C70599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70599; }

 p { color: rgb(199,5,153); }

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

background-color css

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

 a { background-color: rgb(199,5,153); }

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

border-color css

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

 span { border-color: rgb(199,5,153); }

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