#C33393

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

Shades of Medium Red Violet #C33393

Tints of Medium Red Violet #C33393

Color information

#C33393 (or 0xC33393) is unknown color: approx Medium Red Violet. HEX triplet: C3, 33 and 93. RGB value is (195,51,147). Sum of RGB (Red+Green+Blue) = 195+51+147=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C33393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33393 is #3CCC6C. Grayscale: #686868. Windows color (decimal): -3984493 or 9647043. OLE color: 9647043.

HSL color Cylindrical-coordinate representation of color #C33393: hue angle of 320º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33393 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19551147-
CMYK00.740.250.24
HSL320º58.54%48.24%-
HSV(B)320º73.85%76.47%-
XYZ28.9616.0829.18-
YUV105151.71192.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=49.62%
G=12.98%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955114700.740.250.2432058.5448.24
HexC3339304A19181403b30
Octal30363223011231305007360
Binary1100001111001110010011010010101100111000101000000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33393; }

 p { color: rgb(195,51,147); }

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

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

 a { background-color: rgb(195,51,147); }

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

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

 span { border-color: rgb(195,51,147); }

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