Html Css Color HEX #C01391 Medium Violet Red

📋 copy color: '#C01391'

red 192 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #C01391

Tints of Medium Violet Red #C01391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 53.93%
G = 5.34%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C01391 (or 0xC01391) is known color: Medium Violet Red. HEX triplet: C0, 13 and 91. RGB value is (192,19,145). Sum of RGB (Red+Green+Blue) = 192+19+145=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C01391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01391 is #3FEC6E. Grayscale: #545454. Windows color (decimal): -4189295 or 9507776. OLE color: 9507776.

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

Color convert

RGB 192 19 145 -
CMYK 0 0.90 0.24 0.25
HSL 316.3º 0.82% 0.41% -
HSV(B) 316.3º 0.9% 0.75% -
XYZ 27.08 13.72 28.01 -
YUV 85.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 192 19 145 0 0.90 0.24 0.25 316.3 0.82 0.41
Hex C0 13 91 0 5A 18 19 13C 52 29
Octal 300 23 221 0 132 30 31 474 122 51
Binary 11000000 10011 10010001 0 1011010 11000 11001 100111100 1010010 101001

Color Harmonies of #C01391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01391

Black with #C01391

Text Example


Text Example

White with #C01391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01391; }

 p { color: rgb(192,19,145); }

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

background-color css

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

 a { background-color: rgb(192,19,145); }

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

border-color css

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

 span { border-color: rgb(192,19,145); }

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