Html Css Color HEX #C70397 Medium Violet Red

📋 copy color: '#C70397'

red 199 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #C70397

Tints of Medium Violet Red #C70397

RGB

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

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

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

R = 56.37%
G = 0.85%
B = 42.78%

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

#C70397 (or 0xC70397) is known color: Medium Violet Red. HEX triplet: C7, 03 and 97. RGB value is (199,3,151). Sum of RGB (Red+Green+Blue) = 199+3+151=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C70397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70397 is #38FC68. Grayscale: #4E4E4E. Windows color (decimal): -3734633 or 9896903. OLE color: 9896903.

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

Color convert

RGB 199 3 151 -
CMYK 0 0.98 0.24 0.22
HSL 314.69º 0.97% 0.4% -
HSV(B) 314.69º 0.98% 0.78% -
XYZ 29.17 14.44 30.53 -
YUV 78.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 199 3 151 0 0.98 0.24 0.22 314.69 0.97 0.4
Hex C7 3 97 0 62 18 16 13B 61 28
Octal 307 3 227 0 142 30 26 473 141 50
Binary 11000111 11 10010111 0 1100010 11000 10110 100111011 1100001 101000

Color Harmonies of #C70397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70397

Black with #C70397

Text Example


Text Example

White with #C70397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70397; }

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

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

background-color css

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

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

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

border-color css

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

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

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