Html Css Color HEX #C10596 Medium Violet Red

📋 copy color: '#C10596'

red 193 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #C10596

Tints of Medium Violet Red #C10596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 55.46%
G = 1.44%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C10596 (or 0xC10596) is known color: Medium Violet Red. HEX triplet: C1, 05 and 96. RGB value is (193,5,150). Sum of RGB (Red+Green+Blue) = 193+5+150=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C10596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10596 is #3EFA69. Grayscale: #4D4D4D. Windows color (decimal): -4127338 or 9831873. OLE color: 9831873.

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

Color convert

RGB 193 5 150 -
CMYK 0 0.97 0.22 0.24
HSL 313.72º 0.95% 0.39% -
HSV(B) 313.72º 0.97% 0.76% -
XYZ 27.55 13.65 30.04 -
YUV 77.74 168.78 210.21 -
System Red Green Blue C M Y K H S L
Decimal 193 5 150 0 0.97 0.22 0.24 313.72 0.95 0.39
Hex C1 5 96 0 61 16 18 13A 5F 27
Octal 301 5 226 0 141 26 30 472 137 47
Binary 11000001 101 10010110 0 1100001 10110 11000 100111010 1011111 100111

Color Harmonies of #C10596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10596

Black with #C10596

Text Example


Text Example

White with #C10596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10596; }

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

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

background-color css

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

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

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

border-color css

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

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

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