Html Css Color HEX #C5288D Medium Red Violet

📋 copy color: '#C5288D'

red 197 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #C5288D

Tints of Medium Red Violet #C5288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.58%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 52.12%
G = 10.58%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5288D (or 0xC5288D) is known color: Medium Red Violet. HEX triplet: C5, 28 and 8D. RGB value is (197,40,141). Sum of RGB (Red+Green+Blue) = 197+40+141=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5288D is #3AD772. Grayscale: #626262. Windows color (decimal): -3856243 or 9251013. OLE color: 9251013.

HSL color Cylindrical-coordinate representation of color #C5288D: hue angle of 321.4º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5288D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 141 -
CMYK 0 0.80 0.28 0.23
HSL 321.4º 0.66% 0.46% -
HSV(B) 321.4º 0.8% 0.77% -
XYZ 28.59 15.31 26.65 -
YUV 98.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 197 40 141 0 0.80 0.28 0.23 321.4 0.66 0.46
Hex C5 28 8D 0 50 1C 17 141 42 2E
Octal 305 50 215 0 120 34 27 501 102 56
Binary 11000101 101000 10001101 0 1010000 11100 10111 101000001 1000010 101110

Color Harmonies of #C5288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5288D

Black with #C5288D

Text Example


Text Example

White with #C5288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5288D; }

 p { color: rgb(197,40,141); }

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

background-color css

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

 a { background-color: rgb(197,40,141); }

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

border-color css

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

 span { border-color: rgb(197,40,141); }

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