Html Css Color HEX #C9288A Medium Red Violet

📋 copy color: '#C9288A'

red 201 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #C9288A

Tints of Medium Red Violet #C9288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 53.03%
G = 10.55%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9288A (or 0xC9288A) is known color: Medium Red Violet. HEX triplet: C9, 28 and 8A. RGB value is (201,40,138). Sum of RGB (Red+Green+Blue) = 201+40+138=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9288A is #36D775. Grayscale: #636363. Windows color (decimal): -3594102 or 9054409. OLE color: 9054409.

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

Color convert

RGB 201 40 138 -
CMYK 0 0.80 0.31 0.21
HSL 323.48º 0.67% 0.47% -
HSV(B) 323.48º 0.8% 0.79% -
XYZ 29.43 15.77 25.54 -
YUV 99.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 201 40 138 0 0.80 0.31 0.21 323.48 0.67 0.47
Hex C9 28 8A 0 50 1F 15 143 43 2F
Octal 311 50 212 0 120 37 25 503 103 57
Binary 11001001 101000 10001010 0 1010000 11111 10101 101000011 1000011 101111

Color Harmonies of #C9288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9288A

Black with #C9288A

Text Example


Text Example

White with #C9288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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