Html Css Color HEX #C70399 Medium Violet Red

📋 copy color: '#C70399'

red 199 ◦ green 3 ◦ blue 153

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

Shades of Medium Violet Red #C70399

Tints of Medium Violet Red #C70399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 56.06%
G = 0.85%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70399 (or 0xC70399) is known color: Medium Violet Red. HEX triplet: C7, 03 and 99. RGB value is (199,3,153). Sum of RGB (Red+Green+Blue) = 199+3+153=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C70399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70399 is #38FC66. Grayscale: #4E4E4E. Windows color (decimal): -3734631 or 10027975. OLE color: 10027975.

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

Color convert

RGB 199 3 153 -
CMYK 0 0.98 0.23 0.22
HSL 314.08º 0.97% 0.4% -
HSV(B) 314.08º 0.98% 0.78% -
XYZ 29.34 14.51 31.39 -
YUV 78.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 199 3 153 0 0.98 0.23 0.22 314.08 0.97 0.4
Hex C7 3 99 0 62 17 16 13A 61 28
Octal 307 3 231 0 142 27 26 472 141 50
Binary 11000111 11 10011001 0 1100010 10111 10110 100111010 1100001 101000

Color Harmonies of #C70399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70399

Black with #C70399

Text Example


Text Example

White with #C70399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70399; }

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

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

background-color css

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

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

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

border-color css

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

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

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