Html Css Color HEX #C01490 Medium Violet Red

📋 copy color: '#C01490'

red 192 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #C01490

Tints of Medium Violet Red #C01490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

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

R = 53.93%
G = 5.62%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C01490 (or 0xC01490) is known color: Medium Violet Red. HEX triplet: C0, 14 and 90. RGB value is (192,20,144). Sum of RGB (Red+Green+Blue) = 192+20+144=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C01490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01490 is #3FEB6F. Grayscale: #555555. Windows color (decimal): -4189040 or 9442496. OLE color: 9442496.

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

Color convert

RGB 192 20 144 -
CMYK 0 0.90 0.25 0.25
HSL 316.74º 0.81% 0.42% -
HSV(B) 316.74º 0.9% 0.75% -
XYZ 27.02 13.72 27.61 -
YUV 85.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 192 20 144 0 0.90 0.25 0.25 316.74 0.81 0.42
Hex C0 14 90 0 5A 19 19 13D 51 2A
Octal 300 24 220 0 132 31 31 475 121 52
Binary 11000000 10100 10010000 0 1011010 11001 11001 100111101 1010001 101010

Color Harmonies of #C01490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01490

Black with #C01490

Text Example


Text Example

White with #C01490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01490; }

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

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

background-color css

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

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

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

border-color css

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

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

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