Html Css Color HEX #C9288B Medium Red Violet

📋 copy color: '#C9288B'

red 201 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #C9288B

Tints of Medium Red Violet #C9288B

RGB

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

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

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

R = 52.89%
G = 10.53%
B = 36.58%

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

#C9288B (or 0xC9288B) is known color: Medium Red Violet. HEX triplet: C9, 28 and 8B. RGB value is (201,40,139). Sum of RGB (Red+Green+Blue) = 201+40+139=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9288B is #36D774. Grayscale: #636363. Windows color (decimal): -3594101 or 9119945. OLE color: 9119945.

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

Color convert

RGB 201 40 139 -
CMYK 0 0.80 0.31 0.21
HSL 323.11º 0.67% 0.47% -
HSV(B) 323.11º 0.8% 0.79% -
XYZ 29.51 15.8 25.92 -
YUV 99.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 201 40 139 0 0.80 0.31 0.21 323.11 0.67 0.47
Hex C9 28 8B 0 50 1F 15 143 43 2F
Octal 311 50 213 0 120 37 25 503 103 57
Binary 11001001 101000 10001011 0 1010000 11111 10101 101000011 1000011 101111

Color Harmonies of #C9288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9288B

Black with #C9288B

Text Example


Text Example

White with #C9288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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