Html Css Color HEX #C9309A Medium Red Violet

📋 copy color: '#C9309A'

red 201 ◦ green 48 ◦ blue 154

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

Shades of Medium Red Violet #C9309A

Tints of Medium Red Violet #C9309A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.91%

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 49.88%
G = 11.91%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9309A (or 0xC9309A) is known color: Medium Red Violet. HEX triplet: C9, 30 and 9A. RGB value is (201,48,154). Sum of RGB (Red+Green+Blue) = 201+48+154=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9309A is #36CF65. Grayscale: #696969. Windows color (decimal): -3592038 or 10105033. OLE color: 10105033.

HSL color Cylindrical-coordinate representation of color #C9309A: hue angle of 318.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9309A is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 154 -
CMYK 0 0.76 0.23 0.21
HSL 318.43º 0.61% 0.49% -
HSV(B) 318.43º 0.76% 0.79% -
XYZ 30.98 16.86 32.19 -
YUV 105.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 201 48 154 0 0.76 0.23 0.21 318.43 0.61 0.49
Hex C9 30 9A 0 4C 17 15 13E 3D 31
Octal 311 60 232 0 114 27 25 476 75 61
Binary 11001001 110000 10011010 0 1001100 10111 10101 100111110 111101 110001

Color Harmonies of #C9309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9309A

Black with #C9309A

Text Example


Text Example

White with #C9309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9309A; }

 p { color: rgb(201,48,154); }

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

background-color css

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

 a { background-color: rgb(201,48,154); }

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

border-color css

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

 span { border-color: rgb(201,48,154); }

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