Html Css Color HEX #C11699 Medium Violet Red

📋 copy color: '#C11699'

red 193 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #C11699

Tints of Medium Violet Red #C11699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 52.45%
G = 5.98%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C11699 (or 0xC11699) is known color: Medium Violet Red. HEX triplet: C1, 16 and 99. RGB value is (193,22,153). Sum of RGB (Red+Green+Blue) = 193+22+153=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C11699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11699 is #3EE966. Grayscale: #575757. Windows color (decimal): -4122983 or 10032833. OLE color: 10032833.

HSL color Cylindrical-coordinate representation of color #C11699: hue angle of 314.04º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11699 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 153 -
CMYK 0 0.89 0.21 0.24
HSL 314.04º 0.8% 0.42% -
HSV(B) 314.04º 0.89% 0.76% -
XYZ 28.03 14.21 31.4 -
YUV 88.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 193 22 153 0 0.89 0.21 0.24 314.04 0.8 0.42
Hex C1 16 99 0 59 15 18 13A 50 2A
Octal 301 26 231 0 131 25 30 472 120 52
Binary 11000001 10110 10011001 0 1011001 10101 11000 100111010 1010000 101010

Color Harmonies of #C11699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11699

Black with #C11699

Text Example


Text Example

White with #C11699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11699; }

 p { color: rgb(193,22,153); }

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

background-color css

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

 a { background-color: rgb(193,22,153); }

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

border-color css

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

 span { border-color: rgb(193,22,153); }

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