Html Css Color HEX #C110A5 Medium Violet Red

📋 copy color: '#C110A5'

red 193 ◦ green 16 ◦ blue 165

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

Shades of Medium Violet Red #C110A5

Tints of Medium Violet Red #C110A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 51.6%
G = 4.28%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C110A5 (or 0xC110A5) is known color: Medium Violet Red. HEX triplet: C1, 10 and A5. RGB value is (193,16,165). Sum of RGB (Red+Green+Blue) = 193+16+165=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C110A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C110A5 is #3EEF5A. Grayscale: #555555. Windows color (decimal): -4124507 or 10817729. OLE color: 10817729.

HSL color Cylindrical-coordinate representation of color #C110A5: hue angle of 309.49º 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 #C110A5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 165 -
CMYK 0 0.92 0.15 0.24
HSL 309.49º 0.85% 0.41% -
HSV(B) 309.49º 0.92% 0.76% -
XYZ 28.97 14.42 36.85 -
YUV 85.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 193 16 165 0 0.92 0.15 0.24 309.49 0.85 0.41
Hex C1 10 A5 0 5C F 18 135 55 29
Octal 301 20 245 0 134 17 30 465 125 51
Binary 11000001 10000 10100101 0 1011100 1111 11000 100110101 1010101 101001

Color Harmonies of #C110A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110A5

Black with #C110A5

Text Example


Text Example

White with #C110A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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