Html Css Color HEX #C11296 Medium Violet Red

📋 copy color: '#C11296'

red 193 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #C11296

Tints of Medium Violet Red #C11296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 53.46%
G = 4.99%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C11296 (or 0xC11296) is known color: Medium Violet Red. HEX triplet: C1, 12 and 96. RGB value is (193,18,150). Sum of RGB (Red+Green+Blue) = 193+18+150=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11296 is #3EED69. Grayscale: #555555. Windows color (decimal): -4124010 or 9835201. OLE color: 9835201.

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

Color convert

RGB 193 18 150 -
CMYK 0 0.91 0.22 0.24
HSL 314.74º 0.83% 0.41% -
HSV(B) 314.74º 0.91% 0.76% -
XYZ 27.71 13.97 30.09 -
YUV 85.37 164.48 204.77 -
System Red Green Blue C M Y K H S L
Decimal 193 18 150 0 0.91 0.22 0.24 314.74 0.83 0.41
Hex C1 12 96 0 5B 16 18 13B 53 29
Octal 301 22 226 0 133 26 30 473 123 51
Binary 11000001 10010 10010110 0 1011011 10110 11000 100111011 1010011 101001

Color Harmonies of #C11296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11296

Black with #C11296

Text Example


Text Example

White with #C11296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11296; }

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

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

background-color css

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

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

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

border-color css

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

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

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