Html Css Color HEX #C0116D Medium Violet Red

📋 copy color: '#C0116D'

red 192 ◦ green 17 ◦ blue 109

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

Shades of Medium Violet Red #C0116D

Tints of Medium Violet Red #C0116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 60.38%
G = 5.35%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0116D (or 0xC0116D) is known color: Medium Violet Red. HEX triplet: C0, 11 and 6D. RGB value is (192,17,109). Sum of RGB (Red+Green+Blue) = 192+17+109=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0116D is #3FEE92. Grayscale: #4F4F4F. Windows color (decimal): -4189843 or 7147968. OLE color: 7147968.

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

Color convert

RGB 192 17 109 -
CMYK 0 0.91 0.43 0.25
HSL 328.46º 0.84% 0.41% -
HSV(B) 328.46º 0.91% 0.75% -
XYZ 24.7 12.71 15.62 -
YUV 79.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 192 17 109 0 0.91 0.43 0.25 328.46 0.84 0.41
Hex C0 11 6D 0 5B 2B 19 148 54 29
Octal 300 21 155 0 133 53 31 510 124 51
Binary 11000000 10001 1101101 0 1011011 101011 11001 101001000 1010100 101001

Color Harmonies of #C0116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0116D

Black with #C0116D

Text Example


Text Example

White with #C0116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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