Html Css Color HEX #C11278 Medium Violet Red

📋 copy color: '#C11278'

red 193 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #C11278

Tints of Medium Violet Red #C11278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 58.31%
G = 5.44%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C11278 (or 0xC11278) is known color: Medium Violet Red. HEX triplet: C1, 12 and 78. RGB value is (193,18,120). Sum of RGB (Red+Green+Blue) = 193+18+120=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C11278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11278 is #3EED87. Grayscale: #515151. Windows color (decimal): -4124040 or 7869121. OLE color: 7869121.

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

Color convert

RGB 193 18 120 -
CMYK 0 0.91 0.38 0.24
HSL 325.03º 0.83% 0.41% -
HSV(B) 325.03º 0.91% 0.76% -
XYZ 25.6 13.13 18.95 -
YUV 81.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 193 18 120 0 0.91 0.38 0.24 325.03 0.83 0.41
Hex C1 12 78 0 5B 26 18 145 53 29
Octal 301 22 170 0 133 46 30 505 123 51
Binary 11000001 10010 1111000 0 1011011 100110 11000 101000101 1010011 101001

Color Harmonies of #C11278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11278

Black with #C11278

Text Example


Text Example

White with #C11278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11278; }

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

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

background-color css

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

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

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

border-color css

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

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

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