Html Css Color HEX #C9287E Medium Red Violet

📋 copy color: '#C9287E'

red 201 ◦ green 40 ◦ blue 126

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

Shades of Medium Red Violet #C9287E

Tints of Medium Red Violet #C9287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 54.77%
G = 10.9%
B = 34.33%

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

#C9287E (or 0xC9287E) is known color: Medium Red Violet. HEX triplet: C9, 28 and 7E. RGB value is (201,40,126). Sum of RGB (Red+Green+Blue) = 201+40+126=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9287E is #36D781. Grayscale: #616161. Windows color (decimal): -3594114 or 8267977. OLE color: 8267977.

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

Color convert

RGB 201 40 126 -
CMYK 0 0.80 0.37 0.21
HSL 327.95º 0.67% 0.47% -
HSV(B) 327.95º 0.8% 0.79% -
XYZ 28.61 15.44 21.21 -
YUV 97.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 201 40 126 0 0.80 0.37 0.21 327.95 0.67 0.47
Hex C9 28 7E 0 50 25 15 148 43 2F
Octal 311 50 176 0 120 45 25 510 103 57
Binary 11001001 101000 1111110 0 1010000 100101 10101 101001000 1000011 101111

Color Harmonies of #C9287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9287E

Black with #C9287E

Text Example


Text Example

White with #C9287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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