Html Css Color HEX #C9297C Medium Red Violet

📋 copy color: '#C9297C'

red 201 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #C9297C

Tints of Medium Red Violet #C9297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 54.92%
G = 11.2%
B = 33.88%

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

#C9297C (or 0xC9297C) is known color: Medium Red Violet. HEX triplet: C9, 29 and 7C. RGB value is (201,41,124). Sum of RGB (Red+Green+Blue) = 201+41+124=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9297C is #36D683. Grayscale: #626262. Windows color (decimal): -3593860 or 8137161. OLE color: 8137161.

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

Color convert

RGB 201 41 124 -
CMYK 0 0.80 0.38 0.21
HSL 328.88º 0.66% 0.47% -
HSV(B) 328.88º 0.8% 0.79% -
XYZ 28.52 15.46 20.55 -
YUV 98.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 201 41 124 0 0.80 0.38 0.21 328.88 0.66 0.47
Hex C9 29 7C 0 50 26 15 149 42 2F
Octal 311 51 174 0 120 46 25 511 102 57
Binary 11001001 101001 1111100 0 1010000 100110 10101 101001001 1000010 101111

Color Harmonies of #C9297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9297C

Black with #C9297C

Text Example


Text Example

White with #C9297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9297C; }

 p { color: rgb(201,41,124); }

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

background-color css

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

 a { background-color: rgb(201,41,124); }

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

border-color css

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

 span { border-color: rgb(201,41,124); }

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