Html Css Color HEX #C01590 Medium Violet Red

📋 copy color: '#C01590'

red 192 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #C01590

Tints of Medium Violet Red #C01590

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 53.78%
G = 5.88%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C01590 (or 0xC01590) is known color: Medium Violet Red. HEX triplet: C0, 15 and 90. RGB value is (192,21,144). Sum of RGB (Red+Green+Blue) = 192+21+144=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C01590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01590 is #3FEA6F. Grayscale: #555555. Windows color (decimal): -4188784 or 9442752. OLE color: 9442752.

HSL color Cylindrical-coordinate representation of color #C01590: hue angle of 316.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01590 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 144 -
CMYK 0 0.89 0.25 0.25
HSL 316.84º 0.8% 0.42% -
HSV(B) 316.84º 0.89% 0.75% -
XYZ 27.04 13.76 27.62 -
YUV 86.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 192 21 144 0 0.89 0.25 0.25 316.84 0.8 0.42
Hex C0 15 90 0 59 19 19 13D 50 2A
Octal 300 25 220 0 131 31 31 475 120 52
Binary 11000000 10101 10010000 0 1011001 11001 11001 100111101 1010000 101010

Color Harmonies of #C01590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01590

Black with #C01590

Text Example


Text Example

White with #C01590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01590; }

 p { color: rgb(192,21,144); }

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

background-color css

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

 a { background-color: rgb(192,21,144); }

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

border-color css

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

 span { border-color: rgb(192,21,144); }

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