Html Css Color HEX #C70593 Medium Violet Red

📋 copy color: '#C70593'

red 199 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #C70593

Tints of Medium Violet Red #C70593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.88%

R = 56.7%
G = 1.42%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C70593 (or 0xC70593) is known color: Medium Violet Red. HEX triplet: C7, 05 and 93. RGB value is (199,5,147). Sum of RGB (Red+Green+Blue) = 199+5+147=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C70593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70593 is #38FA6C. Grayscale: #4E4E4E. Windows color (decimal): -3734125 or 9635271. OLE color: 9635271.

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

Color convert

RGB 199 5 147 -
CMYK 0 0.97 0.26 0.22
HSL 316.08º 0.95% 0.4% -
HSV(B) 316.08º 0.97% 0.78% -
XYZ 28.87 14.36 28.85 -
YUV 79.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 199 5 147 0 0.97 0.26 0.22 316.08 0.95 0.4
Hex C7 5 93 0 61 1A 16 13C 5F 28
Octal 307 5 223 0 141 32 26 474 137 50
Binary 11000111 101 10010011 0 1100001 11010 10110 100111100 1011111 101000

Color Harmonies of #C70593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70593

Black with #C70593

Text Example


Text Example

White with #C70593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70593; }

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

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

background-color css

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

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

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

border-color css

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

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

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