Html Css Color HEX #C01191 Medium Violet Red

📋 copy color: '#C01191'

red 192 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #C01191

Tints of Medium Violet Red #C01191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

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

R = 54.24%
G = 4.8%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C01191 (or 0xC01191) is known color: Medium Violet Red. HEX triplet: C0, 11 and 91. RGB value is (192,17,145). Sum of RGB (Red+Green+Blue) = 192+17+145=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C01191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01191 is #3FEE6E. Grayscale: #535353. Windows color (decimal): -4189807 or 9507264. OLE color: 9507264.

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

Color convert

RGB 192 17 145 -
CMYK 0 0.91 0.24 0.25
HSL 316.11º 0.84% 0.41% -
HSV(B) 316.11º 0.91% 0.75% -
XYZ 27.05 13.65 28 -
YUV 83.92 162.48 205.09 -
System Red Green Blue C M Y K H S L
Decimal 192 17 145 0 0.91 0.24 0.25 316.11 0.84 0.41
Hex C0 11 91 0 5B 18 19 13C 54 29
Octal 300 21 221 0 133 30 31 474 124 51
Binary 11000000 10001 10010001 0 1011011 11000 11001 100111100 1010100 101001

Color Harmonies of #C01191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01191

Black with #C01191

Text Example


Text Example

White with #C01191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01191; }

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

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

background-color css

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

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

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

border-color css

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

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

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