#C9338B

Color #C9338B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C9338B

Tints of Medium Red Violet #C9338B

Color information

#C9338B (or 0xC9338B) is unknown color: approx Medium Red Violet. HEX triplet: C9, 33 and 8B. RGB value is (201,51,139). Sum of RGB (Red+Green+Blue) = 201+51+139=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9338B is #36CC74. Grayscale: #696969. Windows color (decimal): -3591285 or 9122761. OLE color: 9122761.

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

Color convert

RGB20151139-
CMYK00.750.310.21
HSL324.8º59.52%49.41%-
HSV(B)324.8º74.63%78.82%-
XYZ29.9316.6526.06-
YUV105.88146.7195.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=51.41%
G=13.04%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015113900.750.310.21324.859.5249.41
HexC9338B04B1F151453c31
Octal31163213011337255057461
Binary1100100111001110001011010010111111110101101000101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9338B; }

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

 H1.HeaderClassName
 {
   color: #C9338B;
 }
 .AnyTagClassName
 {
   color: #C9338B;
 }
</style>
background-color css

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

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

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

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

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

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