Html Css Color HEX #C112A4 Medium Violet Red

📋 copy color: '#C112A4'

red 193 ◦ green 18 ◦ blue 164

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

Shades of Medium Violet Red #C112A4

Tints of Medium Violet Red #C112A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 51.47%
G = 4.8%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C112A4 (or 0xC112A4) is known color: Medium Violet Red. HEX triplet: C1, 12 and A4. RGB value is (193,18,164). Sum of RGB (Red+Green+Blue) = 193+18+164=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C112A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112A4 is #3EED5B. Grayscale: #565656. Windows color (decimal): -4123996 or 10752705. OLE color: 10752705.

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

Color convert

RGB 193 18 164 -
CMYK 0 0.91 0.15 0.24
HSL 309.94º 0.83% 0.41% -
HSV(B) 309.94º 0.91% 0.76% -
XYZ 28.91 14.45 36.39 -
YUV 86.97 171.48 203.63 -
System Red Green Blue C M Y K H S L
Decimal 193 18 164 0 0.91 0.15 0.24 309.94 0.83 0.41
Hex C1 12 A4 0 5B F 18 136 53 29
Octal 301 22 244 0 133 17 30 466 123 51
Binary 11000001 10010 10100100 0 1011011 1111 11000 100110110 1010011 101001

Color Harmonies of #C112A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112A4

Black with #C112A4

Text Example


Text Example

White with #C112A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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