Html Css Color HEX #C9308E Medium Red Violet

📋 copy color: '#C9308E'

red 201 ◦ green 48 ◦ blue 142

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

Shades of Medium Red Violet #C9308E

Tints of Medium Red Violet #C9308E

RGB

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

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

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

R = 51.41%
G = 12.28%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9308E (or 0xC9308E) is known color: Medium Red Violet. HEX triplet: C9, 30 and 8E. RGB value is (201,48,142). Sum of RGB (Red+Green+Blue) = 201+48+142=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9308E is #36CF71. Grayscale: #686868. Windows color (decimal): -3592050 or 9318601. OLE color: 9318601.

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

Color convert

RGB 201 48 142 -
CMYK 0 0.76 0.29 0.21
HSL 323.14º 0.61% 0.49% -
HSV(B) 323.14º 0.76% 0.79% -
XYZ 30.03 16.48 27.19 -
YUV 104.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 201 48 142 0 0.76 0.29 0.21 323.14 0.61 0.49
Hex C9 30 8E 0 4C 1D 15 143 3D 31
Octal 311 60 216 0 114 35 25 503 75 61
Binary 11001001 110000 10001110 0 1001100 11101 10101 101000011 111101 110001

Color Harmonies of #C9308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9308E

Black with #C9308E

Text Example


Text Example

White with #C9308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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