Html Css Color HEX #C10589 Medium Violet Red

📋 copy color: '#C10589'

red 193 ◦ green 5 ◦ blue 137

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

Shades of Medium Violet Red #C10589

Tints of Medium Violet Red #C10589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 57.61%
G = 1.49%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C10589 (or 0xC10589) is known color: Medium Violet Red. HEX triplet: C1, 05 and 89. RGB value is (193,5,137). Sum of RGB (Red+Green+Blue) = 193+5+137=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C10589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10589 is #3EFA76. Grayscale: #4B4B4B. Windows color (decimal): -4127351 or 8979905. OLE color: 8979905.

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

Color convert

RGB 193 5 137 -
CMYK 0 0.97 0.29 0.24
HSL 317.87º 0.95% 0.39% -
HSV(B) 317.87º 0.97% 0.76% -
XYZ 26.56 13.25 24.82 -
YUV 76.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 193 5 137 0 0.97 0.29 0.24 317.87 0.95 0.39
Hex C1 5 89 0 61 1D 18 13E 5F 27
Octal 301 5 211 0 141 35 30 476 137 47
Binary 11000001 101 10001001 0 1100001 11101 11000 100111110 1011111 100111

Color Harmonies of #C10589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10589

Black with #C10589

Text Example


Text Example

White with #C10589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10589; }

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

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

background-color css

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

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

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

border-color css

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

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

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