Html Css Color HEX #C70296 Medium Violet Red

📋 copy color: '#C70296'

red 199 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #C70296

Tints of Medium Violet Red #C70296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 56.7%
G = 0.57%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C70296 (or 0xC70296) is known color: Medium Violet Red. HEX triplet: C7, 02 and 96. RGB value is (199,2,150). Sum of RGB (Red+Green+Blue) = 199+2+150=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C70296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70296 is #38FD69. Grayscale: #4D4D4D. Windows color (decimal): -3734890 or 9831111. OLE color: 9831111.

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

Color convert

RGB 199 2 150 -
CMYK 0 0.99 0.25 0.22
HSL 314.92º 0.98% 0.39% -
HSV(B) 314.92º 0.99% 0.78% -
XYZ 29.08 14.39 30.1 -
YUV 77.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 199 2 150 0 0.99 0.25 0.22 314.92 0.98 0.39
Hex C7 2 96 0 63 19 16 13B 62 27
Octal 307 2 226 0 143 31 26 473 142 47
Binary 11000111 10 10010110 0 1100011 11001 10110 100111011 1100010 100111

Color Harmonies of #C70296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70296

Black with #C70296

Text Example


Text Example

White with #C70296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70296; }

 p { color: rgb(199,2,150); }

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

background-color css

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

 a { background-color: rgb(199,2,150); }

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

border-color css

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

 span { border-color: rgb(199,2,150); }

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