Html Css Color HEX #C10584 Medium Violet Red

📋 copy color: '#C10584'

red 193 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #C10584

Tints of Medium Violet Red #C10584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40%

R = 58.48%
G = 1.52%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10584 (or 0xC10584) is known color: Medium Violet Red. HEX triplet: C1, 05 and 84. RGB value is (193,5,132). Sum of RGB (Red+Green+Blue) = 193+5+132=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10584 is #3EFA7B. Grayscale: #4B4B4B. Windows color (decimal): -4127356 or 8652225. OLE color: 8652225.

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

Color convert

RGB 193 5 132 -
CMYK 0 0.97 0.32 0.24
HSL 319.47º 0.95% 0.39% -
HSV(B) 319.47º 0.97% 0.76% -
XYZ 26.21 13.11 22.98 -
YUV 75.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 193 5 132 0 0.97 0.32 0.24 319.47 0.95 0.39
Hex C1 5 84 0 61 20 18 13F 5F 27
Octal 301 5 204 0 141 40 30 477 137 47
Binary 11000001 101 10000100 0 1100001 100000 11000 100111111 1011111 100111

Color Harmonies of #C10584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10584

Black with #C10584

Text Example


Text Example

White with #C10584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10584; }

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

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

background-color css

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

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

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

border-color css

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

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

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