Html Css Color HEX #C10994 Medium Violet Red

📋 copy color: '#C10994'

red 193 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #C10994

Tints of Medium Violet Red #C10994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 55.14%
G = 2.57%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C10994 (or 0xC10994) is known color: Medium Violet Red. HEX triplet: C1, 09 and 94. RGB value is (193,9,148). Sum of RGB (Red+Green+Blue) = 193+9+148=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C10994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10994 is #3EF66B. Grayscale: #4F4F4F. Windows color (decimal): -4126316 or 9701825. OLE color: 9701825.

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

Color convert

RGB 193 9 148 -
CMYK 0 0.95 0.23 0.24
HSL 314.67º 0.91% 0.4% -
HSV(B) 314.67º 0.95% 0.76% -
XYZ 27.44 13.67 29.21 -
YUV 79.86 166.46 208.7 -
System Red Green Blue C M Y K H S L
Decimal 193 9 148 0 0.95 0.23 0.24 314.67 0.91 0.4
Hex C1 9 94 0 5F 17 18 13B 5B 28
Octal 301 11 224 0 137 27 30 473 133 50
Binary 11000001 1001 10010100 0 1011111 10111 11000 100111011 1011011 101000

Color Harmonies of #C10994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10994

Black with #C10994

Text Example


Text Example

White with #C10994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10994; }

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

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

background-color css

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

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

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

border-color css

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

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

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