Html Css Color HEX #C11F87 Medium Violet Red

📋 copy color: '#C11F87'

red 193 ◦ green 31 ◦ blue 135

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

Shades of Medium Violet Red #C11F87

Tints of Medium Violet Red #C11F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 53.76%
G = 8.64%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C11F87 (or 0xC11F87) is known color: Medium Violet Red. HEX triplet: C1, 1F and 87. RGB value is (193,31,135). Sum of RGB (Red+Green+Blue) = 193+31+135=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F87 is #3EE078. Grayscale: #5B5B5B. Windows color (decimal): -4120697 or 8855489. OLE color: 8855489.

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

Color convert

RGB 193 31 135 -
CMYK 0 0.84 0.30 0.24
HSL 321.48º 0.72% 0.44% -
HSV(B) 321.48º 0.84% 0.76% -
XYZ 26.86 14.07 24.22 -
YUV 91.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 193 31 135 0 0.84 0.30 0.24 321.48 0.72 0.44
Hex C1 1F 87 0 54 1E 18 141 48 2C
Octal 301 37 207 0 124 36 30 501 110 54
Binary 11000001 11111 10000111 0 1010100 11110 11000 101000001 1001000 101100

Color Harmonies of #C11F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F87

Black with #C11F87

Text Example


Text Example

White with #C11F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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