Html Css Color HEX #C9297A Medium Red Violet

📋 copy color: '#C9297A'

red 201 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #C9297A

Tints of Medium Red Violet #C9297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 55.22%
G = 11.26%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9297A (or 0xC9297A) is known color: Medium Red Violet. HEX triplet: C9, 29 and 7A. RGB value is (201,41,122). Sum of RGB (Red+Green+Blue) = 201+41+122=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9297A is #36D685. Grayscale: #616161. Windows color (decimal): -3593862 or 8006089. OLE color: 8006089.

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

Color convert

RGB 201 41 122 -
CMYK 0 0.80 0.39 0.21
HSL 329.63º 0.66% 0.47% -
HSV(B) 329.63º 0.8% 0.79% -
XYZ 28.39 15.41 19.89 -
YUV 98.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 201 41 122 0 0.80 0.39 0.21 329.63 0.66 0.47
Hex C9 29 7A 0 50 27 15 14A 42 2F
Octal 311 51 172 0 120 47 25 512 102 57
Binary 11001001 101001 1111010 0 1010000 100111 10101 101001010 1000010 101111

Color Harmonies of #C9297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9297A

Black with #C9297A

Text Example


Text Example

White with #C9297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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