Html Css Color HEX #C01499 Medium Violet Red

📋 copy color: '#C01499'

red 192 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #C01499

Tints of Medium Violet Red #C01499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 52.6%
G = 5.48%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C01499 (or 0xC01499) is known color: Medium Violet Red. HEX triplet: C0, 14 and 99. RGB value is (192,20,153). Sum of RGB (Red+Green+Blue) = 192+20+153=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C01499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01499 is #3FEB66. Grayscale: #565656. Windows color (decimal): -4189031 or 10032320. OLE color: 10032320.

HSL color Cylindrical-coordinate representation of color #C01499: hue angle of 313.6º 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 #C01499 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 153 -
CMYK 0 0.90 0.20 0.25
HSL 313.6º 0.81% 0.42% -
HSV(B) 313.6º 0.9% 0.75% -
XYZ 27.74 14.01 31.38 -
YUV 86.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 192 20 153 0 0.90 0.20 0.25 313.6 0.81 0.42
Hex C0 14 99 0 5A 14 19 13A 51 2A
Octal 300 24 231 0 132 24 31 472 121 52
Binary 11000000 10100 10011001 0 1011010 10100 11001 100111010 1010001 101010

Color Harmonies of #C01499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01499

Black with #C01499

Text Example


Text Example

White with #C01499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01499; }

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

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

background-color css

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

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

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

border-color css

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

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

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