Html Css Color HEX #C11880 Medium Violet Red

📋 copy color: '#C11880'

red 193 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #C11880

Tints of Medium Violet Red #C11880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.96%

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 55.94%
G = 6.96%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C11880 (or 0xC11880) is known color: Medium Violet Red. HEX triplet: C1, 18 and 80. RGB value is (193,24,128). Sum of RGB (Red+Green+Blue) = 193+24+128=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C11880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11880 is #3EE77F. Grayscale: #565656. Windows color (decimal): -4122496 or 8394945. OLE color: 8394945.

HSL color Cylindrical-coordinate representation of color #C11880: hue angle of 323.08º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11880 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 128 -
CMYK 0 0.88 0.34 0.24
HSL 323.08º 0.78% 0.43% -
HSV(B) 323.08º 0.88% 0.76% -
XYZ 26.22 13.55 21.66 -
YUV 86.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 193 24 128 0 0.88 0.34 0.24 323.08 0.78 0.43
Hex C1 18 80 0 58 22 18 143 4E 2B
Octal 301 30 200 0 130 42 30 503 116 53
Binary 11000001 11000 10000000 0 1011000 100010 11000 101000011 1001110 101011

Color Harmonies of #C11880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11880

Black with #C11880

Text Example


Text Example

White with #C11880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11880; }

 p { color: rgb(193,24,128); }

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

background-color css

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

 a { background-color: rgb(193,24,128); }

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

border-color css

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

 span { border-color: rgb(193,24,128); }

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