Html Css Color HEX #C9298A Medium Red Violet

📋 copy color: '#C9298A'

red 201 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #C9298A

Tints of Medium Red Violet #C9298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 52.89%
G = 10.79%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9298A (or 0xC9298A) is known color: Medium Red Violet. HEX triplet: C9, 29 and 8A. RGB value is (201,41,138). Sum of RGB (Red+Green+Blue) = 201+41+138=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9298A is #36D675. Grayscale: #636363. Windows color (decimal): -3593846 or 9054665. OLE color: 9054665.

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

Color convert

RGB 201 41 138 -
CMYK 0 0.80 0.31 0.21
HSL 323.63º 0.66% 0.47% -
HSV(B) 323.63º 0.8% 0.79% -
XYZ 29.47 15.84 25.55 -
YUV 99.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 201 41 138 0 0.80 0.31 0.21 323.63 0.66 0.47
Hex C9 29 8A 0 50 1F 15 144 42 2F
Octal 311 51 212 0 120 37 25 504 102 57
Binary 11001001 101001 10001010 0 1010000 11111 10101 101000100 1000010 101111

Color Harmonies of #C9298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9298A

Black with #C9298A

Text Example


Text Example

White with #C9298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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