Html Css Color HEX #C11276 Medium Violet Red

📋 copy color: '#C11276'

red 193 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #C11276

Tints of Medium Violet Red #C11276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 58.66%
G = 5.47%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C11276 (or 0xC11276) is known color: Medium Violet Red. HEX triplet: C1, 12 and 76. RGB value is (193,18,118). Sum of RGB (Red+Green+Blue) = 193+18+118=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C11276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11276 is #3EED89. Grayscale: #515151. Windows color (decimal): -4124042 or 7738049. OLE color: 7738049.

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

Color convert

RGB 193 18 118 -
CMYK 0 0.91 0.39 0.24
HSL 325.71º 0.83% 0.41% -
HSV(B) 325.71º 0.91% 0.76% -
XYZ 25.48 13.08 18.32 -
YUV 81.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 193 18 118 0 0.91 0.39 0.24 325.71 0.83 0.41
Hex C1 12 76 0 5B 27 18 146 53 29
Octal 301 22 166 0 133 47 30 506 123 51
Binary 11000001 10010 1110110 0 1011011 100111 11000 101000110 1010011 101001

Color Harmonies of #C11276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11276

Black with #C11276

Text Example


Text Example

White with #C11276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11276; }

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

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

background-color css

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

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

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

border-color css

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

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

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