Html Css Color HEX #C50584 Medium Violet Red

📋 copy color: '#C50584'

red 197 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #C50584

Tints of Medium Violet Red #C50584

RGB

 RED value IS 197 (77.34% from 255) = 58.98%

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

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

R = 58.98%
G = 1.5%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C50584 (or 0xC50584) is known color: Medium Violet Red. HEX triplet: C5, 05 and 84. RGB value is (197,5,132). Sum of RGB (Red+Green+Blue) = 197+5+132=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50584 is #3AFA7B. Grayscale: #4C4C4C. Windows color (decimal): -3865212 or 8652229. OLE color: 8652229.

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

Color convert

RGB 197 5 132 -
CMYK 0 0.97 0.33 0.23
HSL 320.31º 0.95% 0.4% -
HSV(B) 320.31º 0.97% 0.77% -
XYZ 27.25 13.64 23.03 -
YUV 76.89 159.11 213.67 -
System Red Green Blue C M Y K H S L
Decimal 197 5 132 0 0.97 0.33 0.23 320.31 0.95 0.4
Hex C5 5 84 0 61 21 17 140 5F 28
Octal 305 5 204 0 141 41 27 500 137 50
Binary 11000101 101 10000100 0 1100001 100001 10111 101000000 1011111 101000

Color Harmonies of #C50584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50584

Black with #C50584

Text Example


Text Example

White with #C50584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50584; }

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

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

background-color css

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

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

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

border-color css

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

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

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