Html Css Color HEX #C70290 Medium Violet Red

📋 copy color: '#C70290'

red 199 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #C70290

Tints of Medium Violet Red #C70290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 57.68%
G = 0.58%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C70290 (or 0xC70290) is known color: Medium Violet Red. HEX triplet: C7, 02 and 90. RGB value is (199,2,144). Sum of RGB (Red+Green+Blue) = 199+2+144=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C70290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70290 is #38FD6F. Grayscale: #4C4C4C. Windows color (decimal): -3734896 or 9437895. OLE color: 9437895.

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

Color convert

RGB 199 2 144 -
CMYK 0 0.99 0.28 0.22
HSL 316.75º 0.98% 0.39% -
HSV(B) 316.75º 0.99% 0.78% -
XYZ 28.61 14.2 27.62 -
YUV 77.09 165.77 214.95 -
System Red Green Blue C M Y K H S L
Decimal 199 2 144 0 0.99 0.28 0.22 316.75 0.98 0.39
Hex C7 2 90 0 63 1C 16 13D 62 27
Octal 307 2 220 0 143 34 26 475 142 47
Binary 11000111 10 10010000 0 1100011 11100 10110 100111101 1100010 100111

Color Harmonies of #C70290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70290

Black with #C70290

Text Example


Text Example

White with #C70290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70290; }

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

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

background-color css

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

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

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

border-color css

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

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

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