Html Css Color HEX #C112A9 Medium Violet Red

📋 copy color: '#C112A9'

red 193 ◦ green 18 ◦ blue 169

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

Shades of Medium Violet Red #C112A9

Tints of Medium Violet Red #C112A9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 50.79%
G = 4.74%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C112A9 (or 0xC112A9) is known color: Medium Violet Red. HEX triplet: C1, 12 and A9. RGB value is (193,18,169). Sum of RGB (Red+Green+Blue) = 193+18+169=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C112A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112A9 is #3EED56. Grayscale: #575757. Windows color (decimal): -4123991 or 11080385. OLE color: 11080385.

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

Color convert

RGB 193 18 169 -
CMYK 0 0.91 0.12 0.24
HSL 308.23º 0.83% 0.41% -
HSV(B) 308.23º 0.91% 0.76% -
XYZ 29.37 14.63 38.81 -
YUV 87.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 193 18 169 0 0.91 0.12 0.24 308.23 0.83 0.41
Hex C1 12 A9 0 5B C 18 134 53 29
Octal 301 22 251 0 133 14 30 464 123 51
Binary 11000001 10010 10101001 0 1011011 1100 11000 100110100 1010011 101001

Color Harmonies of #C112A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112A9

Black with #C112A9

Text Example


Text Example

White with #C112A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112A9; }

 p { color: rgb(193,18,169); }

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

background-color css

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

 a { background-color: rgb(193,18,169); }

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

border-color css

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

 span { border-color: rgb(193,18,169); }

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