Html Css Color HEX #C9298E Medium Red Violet

📋 copy color: '#C9298E'

red 201 ◦ green 41 ◦ blue 142

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

Shades of Medium Red Violet #C9298E

Tints of Medium Red Violet #C9298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 52.34%
G = 10.68%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9298E (or 0xC9298E) is known color: Medium Red Violet. HEX triplet: C9, 29 and 8E. RGB value is (201,41,142). Sum of RGB (Red+Green+Blue) = 201+41+142=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9298E is #36D671. Grayscale: #646464. Windows color (decimal): -3593842 or 9316809. OLE color: 9316809.

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

Color convert

RGB 201 41 142 -
CMYK 0 0.80 0.29 0.21
HSL 322.13º 0.66% 0.47% -
HSV(B) 322.13º 0.8% 0.79% -
XYZ 29.76 15.96 27.1 -
YUV 100.35 151.51 199.79 -
System Red Green Blue C M Y K H S L
Decimal 201 41 142 0 0.80 0.29 0.21 322.13 0.66 0.47
Hex C9 29 8E 0 50 1D 15 142 42 2F
Octal 311 51 216 0 120 35 25 502 102 57
Binary 11001001 101001 10001110 0 1010000 11101 10101 101000010 1000010 101111

Color Harmonies of #C9298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9298E

Black with #C9298E

Text Example


Text Example

White with #C9298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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