Html Css Color HEX #C10595 Medium Violet Red

📋 copy color: '#C10595'

red 193 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #C10595

Tints of Medium Violet Red #C10595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 55.62%
G = 1.44%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C10595 (or 0xC10595) is known color: Medium Violet Red. HEX triplet: C1, 05 and 95. RGB value is (193,5,149). Sum of RGB (Red+Green+Blue) = 193+5+149=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C10595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10595 is #3EFA6A. Grayscale: #4D4D4D. Windows color (decimal): -4127339 or 9766337. OLE color: 9766337.

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

Color convert

RGB 193 5 149 -
CMYK 0 0.97 0.23 0.24
HSL 314.04º 0.95% 0.39% -
HSV(B) 314.04º 0.97% 0.76% -
XYZ 27.47 13.62 29.61 -
YUV 77.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 193 5 149 0 0.97 0.23 0.24 314.04 0.95 0.39
Hex C1 5 95 0 61 17 18 13A 5F 27
Octal 301 5 225 0 141 27 30 472 137 47
Binary 11000001 101 10010101 0 1100001 10111 11000 100111010 1011111 100111

Color Harmonies of #C10595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10595

Black with #C10595

Text Example


Text Example

White with #C10595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10595; }

 p { color: rgb(193,5,149); }

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

background-color css

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

 a { background-color: rgb(193,5,149); }

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

border-color css

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

 span { border-color: rgb(193,5,149); }

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