Html Css Color HEX #C50187 Medium Violet Red

📋 copy color: '#C50187'

red 197 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #C50187

Tints of Medium Violet Red #C50187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.54%

R = 59.16%
G = 0.3%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C50187 (or 0xC50187) is known color: Medium Violet Red. HEX triplet: C5, 01 and 87. RGB value is (197,1,135). Sum of RGB (Red+Green+Blue) = 197+1+135=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C50187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50187 is #3AFE78. Grayscale: #4A4A4A. Windows color (decimal): -3866233 or 8847813. OLE color: 8847813.

HSL color Cylindrical-coordinate representation of color #C50187: hue angle of 318.98º 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 #C50187 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 135 -
CMYK 0 0.99 0.31 0.23
HSL 318.98º 0.99% 0.39% -
HSV(B) 318.98º 0.99% 0.77% -
XYZ 27.41 13.64 24.11 -
YUV 74.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 197 1 135 0 0.99 0.31 0.23 318.98 0.99 0.39
Hex C5 1 87 0 63 1F 17 13F 63 27
Octal 305 1 207 0 143 37 27 477 143 47
Binary 11000101 1 10000111 0 1100011 11111 10111 100111111 1100011 100111

Color Harmonies of #C50187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50187

Black with #C50187

Text Example


Text Example

White with #C50187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50187; }

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

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

background-color css

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

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

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

border-color css

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

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

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