Html Css Color HEX #C9298B Medium Red Violet

📋 copy color: '#C9298B'

red 201 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #C9298B

Tints of Medium Red Violet #C9298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 52.76%
G = 10.76%
B = 36.48%

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

#C9298B (or 0xC9298B) is known color: Medium Red Violet. HEX triplet: C9, 29 and 8B. RGB value is (201,41,139). Sum of RGB (Red+Green+Blue) = 201+41+139=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9298B is #36D674. Grayscale: #636363. Windows color (decimal): -3593845 or 9120201. OLE color: 9120201.

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

Color convert

RGB 201 41 139 -
CMYK 0 0.80 0.31 0.21
HSL 323.25º 0.66% 0.47% -
HSV(B) 323.25º 0.8% 0.79% -
XYZ 29.54 15.87 25.93 -
YUV 100.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 201 41 139 0 0.80 0.31 0.21 323.25 0.66 0.47
Hex C9 29 8B 0 50 1F 15 143 42 2F
Octal 311 51 213 0 120 37 25 503 102 57
Binary 11001001 101001 10001011 0 1010000 11111 10101 101000011 1000010 101111

Color Harmonies of #C9298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9298B

Black with #C9298B

Text Example


Text Example

White with #C9298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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