Html Css Color HEX #C5288B Medium Red Violet

📋 copy color: '#C5288B'

red 197 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #C5288B

Tints of Medium Red Violet #C5288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 52.39%
G = 10.64%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5288B (or 0xC5288B) is known color: Medium Red Violet. HEX triplet: C5, 28 and 8B. RGB value is (197,40,139). Sum of RGB (Red+Green+Blue) = 197+40+139=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5288B is #3AD774. Grayscale: #616161. Windows color (decimal): -3856245 or 9119941. OLE color: 9119941.

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

Color convert

RGB 197 40 139 -
CMYK 0 0.80 0.29 0.23
HSL 322.17º 0.66% 0.46% -
HSV(B) 322.17º 0.8% 0.77% -
XYZ 28.44 15.25 25.87 -
YUV 98.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 197 40 139 0 0.80 0.29 0.23 322.17 0.66 0.46
Hex C5 28 8B 0 50 1D 17 142 42 2E
Octal 305 50 213 0 120 35 27 502 102 56
Binary 11000101 101000 10001011 0 1010000 11101 10111 101000010 1000010 101110

Color Harmonies of #C5288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5288B

Black with #C5288B

Text Example


Text Example

White with #C5288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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