Html Css Color HEX #C011A9 Medium Violet Red

📋 copy color: '#C011A9'

red 192 ◦ green 17 ◦ blue 169

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

Shades of Medium Violet Red #C011A9

Tints of Medium Violet Red #C011A9

RGB

 RED value IS 192 (75.39% from 255) = 50.79%

 GREEN value IS 17 (7.03% from 255) = 4.5%

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 50.79%
G = 4.5%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C011A9 (or 0xC011A9) is known color: Medium Violet Red. HEX triplet: C0, 11 and A9. RGB value is (192,17,169). Sum of RGB (Red+Green+Blue) = 192+17+169=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C011A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011A9 is #3FEE56. Grayscale: #565656. Windows color (decimal): -4189783 or 11080128. OLE color: 11080128.

HSL color Cylindrical-coordinate representation of color #C011A9: hue angle of 307.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011A9 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 169 -
CMYK 0 0.91 0.12 0.25
HSL 307.89º 0.84% 0.41% -
HSV(B) 307.89º 0.91% 0.75% -
XYZ 29.1 14.47 38.8 -
YUV 86.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 192 17 169 0 0.91 0.12 0.25 307.89 0.84 0.41
Hex C0 11 A9 0 5B C 19 134 54 29
Octal 300 21 251 0 133 14 31 464 124 51
Binary 11000000 10001 10101001 0 1011011 1100 11001 100110100 1010100 101001

Color Harmonies of #C011A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011A9

Black with #C011A9

Text Example


Text Example

White with #C011A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011A9; }

 p { color: rgb(192,17,169); }

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

background-color css

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

 a { background-color: rgb(192,17,169); }

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

border-color css

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

 span { border-color: rgb(192,17,169); }

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