Html Css Color HEX #C9288C Medium Red Violet

📋 copy color: '#C9288C'

red 201 ◦ green 40 ◦ blue 140

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

Shades of Medium Red Violet #C9288C

Tints of Medium Red Violet #C9288C

RGB

 RED value IS 201 (78.91% from 255) = 52.76%

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 52.76%
G = 10.5%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9288C (or 0xC9288C) is known color: Medium Red Violet. HEX triplet: C9, 28 and 8C. RGB value is (201,40,140). Sum of RGB (Red+Green+Blue) = 201+40+140=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9288C is #36D773. Grayscale: #636363. Windows color (decimal): -3594100 or 9185481. OLE color: 9185481.

HSL color Cylindrical-coordinate representation of color #C9288C: hue angle of 322.73º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9288C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 140 -
CMYK 0 0.80 0.30 0.21
HSL 322.73º 0.67% 0.47% -
HSV(B) 322.73º 0.8% 0.79% -
XYZ 29.58 15.83 26.31 -
YUV 99.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 201 40 140 0 0.80 0.30 0.21 322.73 0.67 0.47
Hex C9 28 8C 0 50 1E 15 143 43 2F
Octal 311 50 214 0 120 36 25 503 103 57
Binary 11001001 101000 10001100 0 1010000 11110 10101 101000011 1000011 101111

Color Harmonies of #C9288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9288C

Black with #C9288C

Text Example


Text Example

White with #C9288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9288C; }

 p { color: rgb(201,40,140); }

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

background-color css

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

 a { background-color: rgb(201,40,140); }

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

border-color css

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

 span { border-color: rgb(201,40,140); }

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