Html Css Color HEX #C9299E Medium Red Violet

📋 copy color: '#C9299E'

red 201 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #C9299E

Tints of Medium Red Violet #C9299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 50.25%
G = 10.25%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9299E (or 0xC9299E) is known color: Medium Red Violet. HEX triplet: C9, 29 and 9E. RGB value is (201,41,158). Sum of RGB (Red+Green+Blue) = 201+41+158=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9299E is #36D661. Grayscale: #656565. Windows color (decimal): -3593826 or 10365385. OLE color: 10365385.

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

Color convert

RGB 201 41 158 -
CMYK 0 0.80 0.21 0.21
HSL 316.13º 0.66% 0.47% -
HSV(B) 316.13º 0.8% 0.79% -
XYZ 31.05 16.47 33.89 -
YUV 102.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 201 41 158 0 0.80 0.21 0.21 316.13 0.66 0.47
Hex C9 29 9E 0 50 15 15 13C 42 2F
Octal 311 51 236 0 120 25 25 474 102 57
Binary 11001001 101001 10011110 0 1010000 10101 10101 100111100 1000010 101111

Color Harmonies of #C9299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9299E

Black with #C9299E

Text Example


Text Example

White with #C9299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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