Html Css Color HEX #C70497 Medium Violet Red

📋 copy color: '#C70497'

red 199 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #C70497

Tints of Medium Violet Red #C70497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 56.21%
G = 1.13%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C70497 (or 0xC70497) is known color: Medium Violet Red. HEX triplet: C7, 04 and 97. RGB value is (199,4,151). Sum of RGB (Red+Green+Blue) = 199+4+151=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C70497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70497 is #38FB68. Grayscale: #4E4E4E. Windows color (decimal): -3734377 or 9897159. OLE color: 9897159.

HSL color Cylindrical-coordinate representation of color #C70497: hue angle of 314.77º degrees, saturation: 0.96, 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 #C70497 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 151 -
CMYK 0 0.98 0.24 0.22
HSL 314.77º 0.96% 0.4% -
HSV(B) 314.77º 0.98% 0.78% -
XYZ 29.18 14.46 30.53 -
YUV 79.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 199 4 151 0 0.98 0.24 0.22 314.77 0.96 0.4
Hex C7 4 97 0 62 18 16 13B 60 28
Octal 307 4 227 0 142 30 26 473 140 50
Binary 11000111 100 10010111 0 1100010 11000 10110 100111011 1100000 101000

Color Harmonies of #C70497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70497

Black with #C70497

Text Example


Text Example

White with #C70497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70497; }

 p { color: rgb(199,4,151); }

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

background-color css

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

 a { background-color: rgb(199,4,151); }

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

border-color css

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

 span { border-color: rgb(199,4,151); }

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