Html Css Color HEX #C51288 Medium Violet Red

📋 copy color: '#C51288'

red 197 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #C51288

Tints of Medium Violet Red #C51288

RGB

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

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

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

R = 56.13%
G = 5.13%
B = 38.75%

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

#C51288 (or 0xC51288) is known color: Medium Violet Red. HEX triplet: C5, 12 and 88. RGB value is (197,18,136). Sum of RGB (Red+Green+Blue) = 197+18+136=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51288 is #3AED77. Grayscale: #545454. Windows color (decimal): -3861880 or 8917701. OLE color: 8917701.

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

Color convert

RGB 197 18 136 -
CMYK 0 0.91 0.31 0.23
HSL 320.45º 0.83% 0.42% -
HSV(B) 320.45º 0.91% 0.77% -
XYZ 27.69 14.08 24.55 -
YUV 84.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 197 18 136 0 0.91 0.31 0.23 320.45 0.83 0.42
Hex C5 12 88 0 5B 1F 17 140 53 2A
Octal 305 22 210 0 133 37 27 500 123 52
Binary 11000101 10010 10001000 0 1011011 11111 10111 101000000 1010011 101010

Color Harmonies of #C51288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51288

Black with #C51288

Text Example


Text Example

White with #C51288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51288; }

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

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

background-color css

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

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

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

border-color css

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

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

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