Html Css Color HEX #C9287D Medium Red Violet

📋 copy color: '#C9287D'

red 201 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #C9287D

Tints of Medium Red Violet #C9287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 54.92%
G = 10.93%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9287D (or 0xC9287D) is known color: Medium Red Violet. HEX triplet: C9, 28 and 7D. RGB value is (201,40,125). Sum of RGB (Red+Green+Blue) = 201+40+125=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9287D is #36D782. Grayscale: #616161. Windows color (decimal): -3594115 or 8202441. OLE color: 8202441.

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

Color convert

RGB 201 40 125 -
CMYK 0 0.80 0.38 0.21
HSL 328.32º 0.67% 0.47% -
HSV(B) 328.32º 0.8% 0.79% -
XYZ 28.55 15.42 20.87 -
YUV 97.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 201 40 125 0 0.80 0.38 0.21 328.32 0.67 0.47
Hex C9 28 7D 0 50 26 15 148 43 2F
Octal 311 50 175 0 120 46 25 510 103 57
Binary 11001001 101000 1111101 0 1010000 100110 10101 101001000 1000011 101111

Color Harmonies of #C9287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9287D

Black with #C9287D

Text Example


Text Example

White with #C9287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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