Html Css Color HEX #C5288E Medium Red Violet

📋 copy color: '#C5288E'

red 197 ◦ green 40 ◦ blue 142

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

Shades of Medium Red Violet #C5288E

Tints of Medium Red Violet #C5288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 51.98%
G = 10.55%
B = 37.47%

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

#C5288E (or 0xC5288E) is known color: Medium Red Violet. HEX triplet: C5, 28 and 8E. RGB value is (197,40,142). Sum of RGB (Red+Green+Blue) = 197+40+142=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5288E is #3AD771. Grayscale: #626262. Windows color (decimal): -3856242 or 9316549. OLE color: 9316549.

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

Color convert

RGB 197 40 142 -
CMYK 0 0.80 0.28 0.23
HSL 321.02º 0.66% 0.46% -
HSV(B) 321.02º 0.8% 0.77% -
XYZ 28.67 15.34 27.04 -
YUV 98.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 197 40 142 0 0.80 0.28 0.23 321.02 0.66 0.46
Hex C5 28 8E 0 50 1C 17 141 42 2E
Octal 305 50 216 0 120 34 27 501 102 56
Binary 11000101 101000 10001110 0 1010000 11100 10111 101000001 1000010 101110

Color Harmonies of #C5288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5288E

Black with #C5288E

Text Example


Text Example

White with #C5288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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