Html Css Color HEX #C0116A Medium Violet Red

📋 copy color: '#C0116A'

red 192 ◦ green 17 ◦ blue 106

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

Shades of Medium Violet Red #C0116A

Tints of Medium Violet Red #C0116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 60.95%
G = 5.4%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0116A (or 0xC0116A) is known color: Medium Violet Red. HEX triplet: C0, 11 and 6A. RGB value is (192,17,106). Sum of RGB (Red+Green+Blue) = 192+17+106=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C0116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0116A is #3FEE95. Grayscale: #4F4F4F. Windows color (decimal): -4189846 or 6951360. OLE color: 6951360.

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

Color convert

RGB 192 17 106 -
CMYK 0 0.91 0.45 0.25
HSL 329.49º 0.84% 0.41% -
HSV(B) 329.49º 0.91% 0.75% -
XYZ 24.54 12.65 14.78 -
YUV 79.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 192 17 106 0 0.91 0.45 0.25 329.49 0.84 0.41
Hex C0 11 6A 0 5B 2D 19 149 54 29
Octal 300 21 152 0 133 55 31 511 124 51
Binary 11000000 10001 1101010 0 1011011 101101 11001 101001001 1010100 101001

Color Harmonies of #C0116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0116A

Black with #C0116A

Text Example


Text Example

White with #C0116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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