Html Css Color HEX #C50084 Medium Violet Red

📋 copy color: '#C50084'

red 197 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #C50084

Tints of Medium Violet Red #C50084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.88%
G = 0%
B = 40.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C50084 (or 0xC50084) is known color: Medium Violet Red. HEX triplet: C5, 00 and 84. RGB value is (197,0,132). Sum of RGB (Red+Green+Blue) = 197+0+132=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C50084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50084 is #3AFF7B. Grayscale: #494949. Windows color (decimal): -3866492 or 8650949. OLE color: 8650949.

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

Color convert

RGB 197 0 132 -
CMYK 0 1 0.33 0.23
HSL 319.8º 1% 0.39% -
HSV(B) 319.8º 1% 0.77% -
XYZ 27.19 13.54 23.01 -
YUV 73.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 197 0 132 0 1 0.33 0.23 319.8 1 0.39
Hex C5 0 84 0 64 21 17 140 64 27
Octal 305 0 204 0 144 41 27 500 144 47
Binary 11000101 0 10000100 0 1100100 100001 10111 101000000 1100100 100111

Color Harmonies of #C50084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50084

Black with #C50084

Text Example


Text Example

White with #C50084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50084; }

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

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

background-color css

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

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

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

border-color css

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

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

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