Html Css Color HEX #C51388 Medium Violet Red

📋 copy color: '#C51388'

red 197 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #C51388

Tints of Medium Violet Red #C51388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 55.97%
G = 5.4%
B = 38.64%

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

#C51388 (or 0xC51388) is known color: Medium Violet Red. HEX triplet: C5, 13 and 88. RGB value is (197,19,136). Sum of RGB (Red+Green+Blue) = 197+19+136=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51388 is #3AEC77. Grayscale: #555555. Windows color (decimal): -3861624 or 8917957. OLE color: 8917957.

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

Color convert

RGB 197 19 136 -
CMYK 0 0.90 0.31 0.23
HSL 320.56º 0.82% 0.42% -
HSV(B) 320.56º 0.9% 0.77% -
XYZ 27.7 14.11 24.56 -
YUV 85.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 197 19 136 0 0.90 0.31 0.23 320.56 0.82 0.42
Hex C5 13 88 0 5A 1F 17 141 52 2A
Octal 305 23 210 0 132 37 27 501 122 52
Binary 11000101 10011 10001000 0 1011010 11111 10111 101000001 1010010 101010

Color Harmonies of #C51388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51388

Black with #C51388

Text Example


Text Example

White with #C51388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51388; }

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

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

background-color css

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

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

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

border-color css

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

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

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