Html Css Color HEX #C113A3 Medium Violet Red

📋 copy color: '#C113A3'

red 193 ◦ green 19 ◦ blue 163

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

Shades of Medium Violet Red #C113A3

Tints of Medium Violet Red #C113A3

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

 BLUE value IS 163 (64.06% from 255) = 43.47%

R = 51.47%
G = 5.07%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C113A3 (or 0xC113A3) is known color: Medium Violet Red. HEX triplet: C1, 13 and A3. RGB value is (193,19,163). Sum of RGB (Red+Green+Blue) = 193+19+163=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C113A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113A3 is #3EEC5C. Grayscale: #575757. Windows color (decimal): -4123741 or 10687425. OLE color: 10687425.

HSL color Cylindrical-coordinate representation of color #C113A3: hue angle of 310.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113A3 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 163 -
CMYK 0 0.90 0.16 0.24
HSL 310.34º 0.82% 0.42% -
HSV(B) 310.34º 0.9% 0.76% -
XYZ 28.84 14.45 35.92 -
YUV 87.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 193 19 163 0 0.90 0.16 0.24 310.34 0.82 0.42
Hex C1 13 A3 0 5A 10 18 136 52 2A
Octal 301 23 243 0 132 20 30 466 122 52
Binary 11000001 10011 10100011 0 1011010 10000 11000 100110110 1010010 101010

Color Harmonies of #C113A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113A3

Black with #C113A3

Text Example


Text Example

White with #C113A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113A3; }

 p { color: rgb(193,19,163); }

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

background-color css

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

 a { background-color: rgb(193,19,163); }

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

border-color css

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

 span { border-color: rgb(193,19,163); }

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