Html Css Color HEX #C11285 Medium Violet Red

📋 copy color: '#C11285'

red 193 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #C11285

Tints of Medium Violet Red #C11285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 56.1%
G = 5.23%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C11285 (or 0xC11285) is known color: Medium Violet Red. HEX triplet: C1, 12 and 85. RGB value is (193,18,133). Sum of RGB (Red+Green+Blue) = 193+18+133=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C11285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11285 is #3EED7A. Grayscale: #535353. Windows color (decimal): -4124027 or 8721089. OLE color: 8721089.

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

Color convert

RGB 193 18 133 -
CMYK 0 0.91 0.31 0.24
HSL 320.57º 0.83% 0.41% -
HSV(B) 320.57º 0.91% 0.76% -
XYZ 26.44 13.46 23.4 -
YUV 83.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 193 18 133 0 0.91 0.31 0.24 320.57 0.83 0.41
Hex C1 12 85 0 5B 1F 18 141 53 29
Octal 301 22 205 0 133 37 30 501 123 51
Binary 11000001 10010 10000101 0 1011011 11111 11000 101000001 1010011 101001

Color Harmonies of #C11285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11285

Black with #C11285

Text Example


Text Example

White with #C11285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11285; }

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

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

background-color css

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

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

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

border-color css

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

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

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