Html Css Color HEX #C0116F Medium Violet Red

📋 copy color: '#C0116F'

red 192 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #C0116F

Tints of Medium Violet Red #C0116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 60%
G = 5.31%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0116F (or 0xC0116F) is known color: Medium Violet Red. HEX triplet: C0, 11 and 6F. RGB value is (192,17,111). Sum of RGB (Red+Green+Blue) = 192+17+111=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0116F is #3FEE90. Grayscale: #4F4F4F. Windows color (decimal): -4189841 or 7279040. OLE color: 7279040.

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

Color convert

RGB 192 17 111 -
CMYK 0 0.91 0.42 0.25
HSL 327.77º 0.84% 0.41% -
HSV(B) 327.77º 0.91% 0.75% -
XYZ 24.81 12.76 16.19 -
YUV 80.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 192 17 111 0 0.91 0.42 0.25 327.77 0.84 0.41
Hex C0 11 6F 0 5B 2A 19 148 54 29
Octal 300 21 157 0 133 52 31 510 124 51
Binary 11000000 10001 1101111 0 1011011 101010 11001 101001000 1010100 101001

Color Harmonies of #C0116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0116F

Black with #C0116F

Text Example


Text Example

White with #C0116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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