Html Css Color HEX #C11283 Medium Violet Red

📋 copy color: '#C11283'

red 193 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #C11283

Tints of Medium Violet Red #C11283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 56.43%
G = 5.26%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C11283 (or 0xC11283) is known color: Medium Violet Red. HEX triplet: C1, 12 and 83. RGB value is (193,18,131). Sum of RGB (Red+Green+Blue) = 193+18+131=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11283 is #3EED7C. Grayscale: #525252. Windows color (decimal): -4124029 or 8590017. OLE color: 8590017.

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

Color convert

RGB 193 18 131 -
CMYK 0 0.91 0.32 0.24
HSL 321.26º 0.83% 0.41% -
HSV(B) 321.26º 0.91% 0.76% -
XYZ 26.31 13.41 22.67 -
YUV 83.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 193 18 131 0 0.91 0.32 0.24 321.26 0.83 0.41
Hex C1 12 83 0 5B 20 18 141 53 29
Octal 301 22 203 0 133 40 30 501 123 51
Binary 11000001 10010 10000011 0 1011011 100000 11000 101000001 1010011 101001

Color Harmonies of #C11283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11283

Black with #C11283

Text Example


Text Example

White with #C11283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11283; }

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

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

background-color css

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

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

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

border-color css

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

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

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