Html Css Color HEX #C70594 Medium Violet Red

📋 copy color: '#C70594'

red 199 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C70594

Tints of Medium Violet Red #C70594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 56.53%
G = 1.42%
B = 42.05%

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

#C70594 (or 0xC70594) is known color: Medium Violet Red. HEX triplet: C7, 05 and 94. RGB value is (199,5,148). Sum of RGB (Red+Green+Blue) = 199+5+148=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C70594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70594 is #38FA6B. Grayscale: #4E4E4E. Windows color (decimal): -3734124 or 9700807. OLE color: 9700807.

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

Color convert

RGB 199 5 148 -
CMYK 0 0.97 0.26 0.22
HSL 315.77º 0.95% 0.4% -
HSV(B) 315.77º 0.97% 0.78% -
XYZ 28.95 14.39 29.27 -
YUV 79.31 166.77 213.37 -
System Red Green Blue C M Y K H S L
Decimal 199 5 148 0 0.97 0.26 0.22 315.77 0.95 0.4
Hex C7 5 94 0 61 1A 16 13C 5F 28
Octal 307 5 224 0 141 32 26 474 137 50
Binary 11000111 101 10010100 0 1100001 11010 10110 100111100 1011111 101000

Color Harmonies of #C70594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70594

Black with #C70594

Text Example


Text Example

White with #C70594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70594; }

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

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

background-color css

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

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

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

border-color css

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

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

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