Html Css Color HEX #C10999 Medium Violet Red

📋 copy color: '#C10999'

red 193 ◦ green 9 ◦ blue 153

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

Shades of Medium Violet Red #C10999

Tints of Medium Violet Red #C10999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 54.37%
G = 2.54%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10999 (or 0xC10999) is known color: Medium Violet Red. HEX triplet: C1, 09 and 99. RGB value is (193,9,153). Sum of RGB (Red+Green+Blue) = 193+9+153=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C10999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10999 is #3EF666. Grayscale: #505050. Windows color (decimal): -4126311 or 10029505. OLE color: 10029505.

HSL color Cylindrical-coordinate representation of color #C10999: hue angle of 313.04º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10999 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 153 -
CMYK 0 0.95 0.21 0.24
HSL 313.04º 0.91% 0.4% -
HSV(B) 313.04º 0.95% 0.76% -
XYZ 27.84 13.83 31.34 -
YUV 80.43 168.96 208.29 -
System Red Green Blue C M Y K H S L
Decimal 193 9 153 0 0.95 0.21 0.24 313.04 0.91 0.4
Hex C1 9 99 0 5F 15 18 139 5B 28
Octal 301 11 231 0 137 25 30 471 133 50
Binary 11000001 1001 10011001 0 1011111 10101 11000 100111001 1011011 101000

Color Harmonies of #C10999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10999

Black with #C10999

Text Example


Text Example

White with #C10999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10999; }

 p { color: rgb(193,9,153); }

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

background-color css

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

 a { background-color: rgb(193,9,153); }

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

border-color css

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

 span { border-color: rgb(193,9,153); }

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