Html Css Color HEX #C50287 Medium Violet Red

📋 copy color: '#C50287'

red 197 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #C50287

Tints of Medium Violet Red #C50287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 58.98%
G = 0.6%
B = 40.42%

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

#C50287 (or 0xC50287) is known color: Medium Violet Red. HEX triplet: C5, 02 and 87. RGB value is (197,2,135). Sum of RGB (Red+Green+Blue) = 197+2+135=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50287 is #3AFD78. Grayscale: #4B4B4B. Windows color (decimal): -3865977 or 8848069. OLE color: 8848069.

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

Color convert

RGB 197 2 135 -
CMYK 0 0.99 0.31 0.23
HSL 319.08º 0.98% 0.39% -
HSV(B) 319.08º 0.99% 0.77% -
XYZ 27.42 13.66 24.11 -
YUV 75.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 197 2 135 0 0.99 0.31 0.23 319.08 0.98 0.39
Hex C5 2 87 0 63 1F 17 13F 62 27
Octal 305 2 207 0 143 37 27 477 142 47
Binary 11000101 10 10000111 0 1100011 11111 10111 100111111 1100010 100111

Color Harmonies of #C50287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50287

Black with #C50287

Text Example


Text Example

White with #C50287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50287; }

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

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

background-color css

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

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

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

border-color css

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

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

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