Html Css Color HEX #C10590 Medium Violet Red

📋 copy color: '#C10590'

red 193 ◦ green 5 ◦ blue 144

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

Shades of Medium Violet Red #C10590

Tints of Medium Violet Red #C10590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 56.43%
G = 1.46%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10590 (or 0xC10590) is known color: Medium Violet Red. HEX triplet: C1, 05 and 90. RGB value is (193,5,144). Sum of RGB (Red+Green+Blue) = 193+5+144=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C10590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10590 is #3EFA6F. Grayscale: #4C4C4C. Windows color (decimal): -4127344 or 9438657. OLE color: 9438657.

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

Color convert

RGB 193 5 144 -
CMYK 0 0.97 0.25 0.24
HSL 315.64º 0.95% 0.39% -
HSV(B) 315.64º 0.97% 0.76% -
XYZ 27.08 13.46 27.56 -
YUV 77.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 193 5 144 0 0.97 0.25 0.24 315.64 0.95 0.39
Hex C1 5 90 0 61 19 18 13C 5F 27
Octal 301 5 220 0 141 31 30 474 137 47
Binary 11000001 101 10010000 0 1100001 11001 11000 100111100 1011111 100111

Color Harmonies of #C10590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10590

Black with #C10590

Text Example


Text Example

White with #C10590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10590; }

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

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

background-color css

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

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

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

border-color css

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

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

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