Html Css Color HEX #C11B8F Medium Violet Red

📋 copy color: '#C11B8F'

red 193 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #C11B8F

Tints of Medium Violet Red #C11B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 53.17%
G = 7.44%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C11B8F (or 0xC11B8F) is known color: Medium Violet Red. HEX triplet: C1, 1B and 8F. RGB value is (193,27,143). Sum of RGB (Red+Green+Blue) = 193+27+143=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11B8F is #3EE470. Grayscale: #595959. Windows color (decimal): -4121713 or 9378753. OLE color: 9378753.

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

Color convert

RGB 193 27 143 -
CMYK 0 0.86 0.26 0.24
HSL 318.07º 0.75% 0.43% -
HSV(B) 318.07º 0.86% 0.76% -
XYZ 27.34 14.1 27.27 -
YUV 89.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 193 27 143 0 0.86 0.26 0.24 318.07 0.75 0.43
Hex C1 1B 8F 0 56 1A 18 13E 4B 2B
Octal 301 33 217 0 126 32 30 476 113 53
Binary 11000001 11011 10001111 0 1010110 11010 11000 100111110 1001011 101011

Color Harmonies of #C11B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11B8F

Black with #C11B8F

Text Example


Text Example

White with #C11B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11B8F; }

 p { color: rgb(193,27,143); }

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

background-color css

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

 a { background-color: rgb(193,27,143); }

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

border-color css

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

 span { border-color: rgb(193,27,143); }

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