Html Css Color HEX #C51387 Medium Violet Red

📋 copy color: '#C51387'

red 197 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #C51387

Tints of Medium Violet Red #C51387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.41%

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

R = 56.13%
G = 5.41%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C51387 (or 0xC51387) is known color: Medium Violet Red. HEX triplet: C5, 13 and 87. RGB value is (197,19,135). Sum of RGB (Red+Green+Blue) = 197+19+135=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51387 is #3AEC78. Grayscale: #555555. Windows color (decimal): -3861625 or 8852421. OLE color: 8852421.

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

Color convert

RGB 197 19 135 -
CMYK 0 0.90 0.31 0.23
HSL 320.9º 0.82% 0.42% -
HSV(B) 320.9º 0.9% 0.77% -
XYZ 27.63 14.09 24.18 -
YUV 85.45 155.97 207.57 -
System Red Green Blue C M Y K H S L
Decimal 197 19 135 0 0.90 0.31 0.23 320.9 0.82 0.42
Hex C5 13 87 0 5A 1F 17 141 52 2A
Octal 305 23 207 0 132 37 27 501 122 52
Binary 11000101 10011 10000111 0 1011010 11111 10111 101000001 1010010 101010

Color Harmonies of #C51387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51387

Black with #C51387

Text Example


Text Example

White with #C51387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51387; }

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

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

background-color css

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

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

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

border-color css

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

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

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