Html Css Color HEX #C50189 Medium Violet Red

📋 copy color: '#C50189'

red 197 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #C50189

Tints of Medium Violet Red #C50189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 58.81%
G = 0.3%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C50189 (or 0xC50189) is known color: Medium Violet Red. HEX triplet: C5, 01 and 89. RGB value is (197,1,137). Sum of RGB (Red+Green+Blue) = 197+1+137=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C50189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50189 is #3AFE76. Grayscale: #4A4A4A. Windows color (decimal): -3866231 or 8978885. OLE color: 8978885.

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

Color convert

RGB 197 1 137 -
CMYK 0 0.99 0.30 0.23
HSL 318.37º 0.99% 0.39% -
HSV(B) 318.37º 0.99% 0.77% -
XYZ 27.55 13.7 24.86 -
YUV 75.11 162.93 214.94 -
System Red Green Blue C M Y K H S L
Decimal 197 1 137 0 0.99 0.30 0.23 318.37 0.99 0.39
Hex C5 1 89 0 63 1E 17 13E 63 27
Octal 305 1 211 0 143 36 27 476 143 47
Binary 11000101 1 10001001 0 1100011 11110 10111 100111110 1100011 100111

Color Harmonies of #C50189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50189

Black with #C50189

Text Example


Text Example

White with #C50189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50189; }

 p { color: rgb(197,1,137); }

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

background-color css

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

 a { background-color: rgb(197,1,137); }

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

border-color css

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

 span { border-color: rgb(197,1,137); }

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