Html Css Color HEX #C0116C Medium Violet Red

📋 copy color: '#C0116C'

red 192 ◦ green 17 ◦ blue 108

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

Shades of Medium Violet Red #C0116C

Tints of Medium Violet Red #C0116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 60.57%
G = 5.36%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0116C (or 0xC0116C) is known color: Medium Violet Red. HEX triplet: C0, 11 and 6C. RGB value is (192,17,108). Sum of RGB (Red+Green+Blue) = 192+17+108=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0116C is #3FEE93. Grayscale: #4F4F4F. Windows color (decimal): -4189844 or 7082432. OLE color: 7082432.

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

Color convert

RGB 192 17 108 -
CMYK 0 0.91 0.44 0.25
HSL 328.8º 0.84% 0.41% -
HSV(B) 328.8º 0.91% 0.75% -
XYZ 24.65 12.69 15.34 -
YUV 79.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 192 17 108 0 0.91 0.44 0.25 328.8 0.84 0.41
Hex C0 11 6C 0 5B 2C 19 149 54 29
Octal 300 21 154 0 133 54 31 511 124 51
Binary 11000000 10001 1101100 0 1011011 101100 11001 101001001 1010100 101001

Color Harmonies of #C0116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0116C

Black with #C0116C

Text Example


Text Example

White with #C0116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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