Html Css Color HEX #C110A6 Medium Violet Red

📋 copy color: '#C110A6'

red 193 ◦ green 16 ◦ blue 166

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

Shades of Medium Violet Red #C110A6

Tints of Medium Violet Red #C110A6

RGB

 RED value IS 193 (75.78% from 255) = 51.47%

 GREEN value IS 16 (6.64% from 255) = 4.27%

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 51.47%
G = 4.27%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C110A6 (or 0xC110A6) is known color: Medium Violet Red. HEX triplet: C1, 10 and A6. RGB value is (193,16,166). Sum of RGB (Red+Green+Blue) = 193+16+166=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C110A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C110A6 is #3EEF59. Grayscale: #555555. Windows color (decimal): -4124506 or 10883265. OLE color: 10883265.

HSL color Cylindrical-coordinate representation of color #C110A6: hue angle of 309.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110A6 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 166 -
CMYK 0 0.92 0.14 0.24
HSL 309.15º 0.85% 0.41% -
HSV(B) 309.15º 0.92% 0.76% -
XYZ 29.06 14.46 37.34 -
YUV 86.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 193 16 166 0 0.92 0.14 0.24 309.15 0.85 0.41
Hex C1 10 A6 0 5C E 18 135 55 29
Octal 301 20 246 0 134 16 30 465 125 51
Binary 11000001 10000 10100110 0 1011100 1110 11000 100110101 1010101 101001

Color Harmonies of #C110A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110A6

Black with #C110A6

Text Example


Text Example

White with #C110A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110A6; }

 p { color: rgb(193,16,166); }

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

background-color css

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

 a { background-color: rgb(193,16,166); }

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

border-color css

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

 span { border-color: rgb(193,16,166); }

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