Html Css Color HEX #C112A5 Medium Violet Red

📋 copy color: '#C112A5'

red 193 ◦ green 18 ◦ blue 165

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

Shades of Medium Violet Red #C112A5

Tints of Medium Violet Red #C112A5

RGB

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

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

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

R = 51.33%
G = 4.79%
B = 43.88%

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

#C112A5 (or 0xC112A5) is known color: Medium Violet Red. HEX triplet: C1, 12 and A5. RGB value is (193,18,165). Sum of RGB (Red+Green+Blue) = 193+18+165=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C112A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112A5 is #3EED5A. Grayscale: #565656. Windows color (decimal): -4123995 or 10818241. OLE color: 10818241.

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

Color convert

RGB 193 18 165 -
CMYK 0 0.91 0.15 0.24
HSL 309.6º 0.83% 0.41% -
HSV(B) 309.6º 0.91% 0.76% -
XYZ 29 14.49 36.87 -
YUV 87.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 193 18 165 0 0.91 0.15 0.24 309.6 0.83 0.41
Hex C1 12 A5 0 5B F 18 136 53 29
Octal 301 22 245 0 133 17 30 466 123 51
Binary 11000001 10010 10100101 0 1011011 1111 11000 100110110 1010011 101001

Color Harmonies of #C112A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112A5

Black with #C112A5

Text Example


Text Example

White with #C112A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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