Html Css Color HEX #C70492 Medium Violet Red

📋 copy color: '#C70492'

red 199 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #C70492

Tints of Medium Violet Red #C70492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 57.02%
G = 1.15%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C70492 (or 0xC70492) is known color: Medium Violet Red. HEX triplet: C7, 04 and 92. RGB value is (199,4,146). Sum of RGB (Red+Green+Blue) = 199+4+146=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C70492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70492 is #38FB6D. Grayscale: #4E4E4E. Windows color (decimal): -3734382 or 9569479. OLE color: 9569479.

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

Color convert

RGB 199 4 146 -
CMYK 0 0.98 0.27 0.22
HSL 316.31º 0.96% 0.4% -
HSV(B) 316.31º 0.98% 0.78% -
XYZ 28.78 14.3 28.44 -
YUV 78.49 166.1 213.95 -
System Red Green Blue C M Y K H S L
Decimal 199 4 146 0 0.98 0.27 0.22 316.31 0.96 0.4
Hex C7 4 92 0 62 1B 16 13C 60 28
Octal 307 4 222 0 142 33 26 474 140 50
Binary 11000111 100 10010010 0 1100010 11011 10110 100111100 1100000 101000

Color Harmonies of #C70492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70492

Black with #C70492

Text Example


Text Example

White with #C70492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70492; }

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

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

background-color css

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

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

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

border-color css

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

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

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