Html Css Color HEX #C11298 Medium Violet Red

📋 copy color: '#C11298'

red 193 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #C11298

Tints of Medium Violet Red #C11298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 53.17%
G = 4.96%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C11298 (or 0xC11298) is known color: Medium Violet Red. HEX triplet: C1, 12 and 98. RGB value is (193,18,152). Sum of RGB (Red+Green+Blue) = 193+18+152=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11298 is #3EED67. Grayscale: #555555. Windows color (decimal): -4124008 or 9966273. OLE color: 9966273.

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

Color convert

RGB 193 18 152 -
CMYK 0 0.91 0.21 0.24
HSL 314.06º 0.83% 0.41% -
HSV(B) 314.06º 0.91% 0.76% -
XYZ 27.88 14.04 30.95 -
YUV 85.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 193 18 152 0 0.91 0.21 0.24 314.06 0.83 0.41
Hex C1 12 98 0 5B 15 18 13A 53 29
Octal 301 22 230 0 133 25 30 472 123 51
Binary 11000001 10010 10011000 0 1011011 10101 11000 100111010 1010011 101001

Color Harmonies of #C11298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11298

Black with #C11298

Text Example


Text Example

White with #C11298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11298; }

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

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

background-color css

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

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

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

border-color css

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

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

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