Html Css Color HEX #C51287 Medium Violet Red

📋 copy color: '#C51287'

red 197 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #C51287

Tints of Medium Violet Red #C51287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 56.29%
G = 5.14%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C51287 (or 0xC51287) is known color: Medium Violet Red. HEX triplet: C5, 12 and 87. RGB value is (197,18,135). Sum of RGB (Red+Green+Blue) = 197+18+135=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C51287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51287 is #3AED78. Grayscale: #545454. Windows color (decimal): -3861881 or 8852165. OLE color: 8852165.

HSL color Cylindrical-coordinate representation of color #C51287: hue angle of 320.78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51287 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 135 -
CMYK 0 0.91 0.31 0.23
HSL 320.78º 0.83% 0.42% -
HSV(B) 320.78º 0.91% 0.77% -
XYZ 27.62 14.05 24.18 -
YUV 84.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 197 18 135 0 0.91 0.31 0.23 320.78 0.83 0.42
Hex C5 12 87 0 5B 1F 17 141 53 2A
Octal 305 22 207 0 133 37 27 501 123 52
Binary 11000101 10010 10000111 0 1011011 11111 10111 101000001 1010011 101010

Color Harmonies of #C51287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51287

Black with #C51287

Text Example


Text Example

White with #C51287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51287; }

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

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

background-color css

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

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

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

border-color css

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

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

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