Html Css Color HEX #C70390 Medium Violet Red

📋 copy color: '#C70390'

red 199 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #C70390

Tints of Medium Violet Red #C70390

RGB

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

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

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

R = 57.51%
G = 0.87%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C70390 (or 0xC70390) is known color: Medium Violet Red. HEX triplet: C7, 03 and 90. RGB value is (199,3,144). Sum of RGB (Red+Green+Blue) = 199+3+144=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C70390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70390 is #38FC6F. Grayscale: #4D4D4D. Windows color (decimal): -3734640 or 9438151. OLE color: 9438151.

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

Color convert

RGB 199 3 144 -
CMYK 0 0.98 0.28 0.22
HSL 316.84º 0.97% 0.4% -
HSV(B) 316.84º 0.98% 0.78% -
XYZ 28.62 14.22 27.62 -
YUV 77.68 165.43 214.54 -
System Red Green Blue C M Y K H S L
Decimal 199 3 144 0 0.98 0.28 0.22 316.84 0.97 0.4
Hex C7 3 90 0 62 1C 16 13D 61 28
Octal 307 3 220 0 142 34 26 475 141 50
Binary 11000111 11 10010000 0 1100010 11100 10110 100111101 1100001 101000

Color Harmonies of #C70390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70390

Black with #C70390

Text Example


Text Example

White with #C70390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70390; }

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

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

background-color css

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

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

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

border-color css

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

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

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