Html Css Color HEX #C11F89 Medium Violet Red

📋 copy color: '#C11F89'

red 193 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #C11F89

Tints of Medium Violet Red #C11F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.59%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 53.46%
G = 8.59%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C11F89 (or 0xC11F89) is known color: Medium Violet Red. HEX triplet: C1, 1F and 89. RGB value is (193,31,137). Sum of RGB (Red+Green+Blue) = 193+31+137=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F89 is #3EE076. Grayscale: #5B5B5B. Windows color (decimal): -4120695 or 8986561. OLE color: 8986561.

HSL color Cylindrical-coordinate representation of color #C11F89: hue angle of 320.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11F89 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 31 137 -
CMYK 0 0.84 0.29 0.24
HSL 320.74º 0.72% 0.44% -
HSV(B) 320.74º 0.84% 0.76% -
XYZ 27 14.12 24.97 -
YUV 91.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 193 31 137 0 0.84 0.29 0.24 320.74 0.72 0.44
Hex C1 1F 89 0 54 1D 18 141 48 2C
Octal 301 37 211 0 124 35 30 501 110 54
Binary 11000001 11111 10001001 0 1010100 11101 11000 101000001 1001000 101100

Color Harmonies of #C11F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F89

Black with #C11F89

Text Example


Text Example

White with #C11F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F89; }

 p { color: rgb(193,31,137); }

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

background-color css

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

 a { background-color: rgb(193,31,137); }

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

border-color css

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

 span { border-color: rgb(193,31,137); }

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