Html Css Color HEX #C9287F Medium Red Violet

📋 copy color: '#C9287F'

red 201 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #C9287F

Tints of Medium Red Violet #C9287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 54.62%
G = 10.87%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9287F (or 0xC9287F) is known color: Medium Red Violet. HEX triplet: C9, 28 and 7F. RGB value is (201,40,127). Sum of RGB (Red+Green+Blue) = 201+40+127=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9287F is #36D780. Grayscale: #616161. Windows color (decimal): -3594113 or 8333513. OLE color: 8333513.

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

Color convert

RGB 201 40 127 -
CMYK 0 0.80 0.37 0.21
HSL 327.58º 0.67% 0.47% -
HSV(B) 327.58º 0.8% 0.79% -
XYZ 28.68 15.47 21.55 -
YUV 98.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 201 40 127 0 0.80 0.37 0.21 327.58 0.67 0.47
Hex C9 28 7F 0 50 25 15 148 43 2F
Octal 311 50 177 0 120 45 25 510 103 57
Binary 11001001 101000 1111111 0 1010000 100101 10101 101001000 1000011 101111

Color Harmonies of #C9287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9287F

Black with #C9287F

Text Example


Text Example

White with #C9287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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