Html Css Color HEX #C9297D Medium Red Violet

📋 copy color: '#C9297D'

red 201 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #C9297D

Tints of Medium Red Violet #C9297D

RGB

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

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

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

R = 54.77%
G = 11.17%
B = 34.06%

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

#C9297D (or 0xC9297D) is known color: Medium Red Violet. HEX triplet: C9, 29 and 7D. RGB value is (201,41,125). Sum of RGB (Red+Green+Blue) = 201+41+125=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9297D is #36D682. Grayscale: #626262. Windows color (decimal): -3593859 or 8202697. OLE color: 8202697.

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

Color convert

RGB 201 41 125 -
CMYK 0 0.80 0.38 0.21
HSL 328.5º 0.66% 0.47% -
HSV(B) 328.5º 0.8% 0.79% -
XYZ 28.58 15.48 20.88 -
YUV 98.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 201 41 125 0 0.80 0.38 0.21 328.5 0.66 0.47
Hex C9 29 7D 0 50 26 15 148 42 2F
Octal 311 51 175 0 120 46 25 510 102 57
Binary 11001001 101001 1111101 0 1010000 100110 10101 101001000 1000010 101111

Color Harmonies of #C9297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9297D

Black with #C9297D

Text Example


Text Example

White with #C9297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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