#c33b96

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

Shades of Medium Red Violet #C33B96

Tints of Medium Red Violet #C33B96

Color information

#C33B96 (or 0xC33B96) is unknown color: approx Medium Red Violet. HEX triplet: C3, 3B and 96. RGB value is (195,59,150). Sum of RGB (Red+Green+Blue) = 195+59+150=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33B96 is #3CC469. Grayscale: #6D6D6D. Windows color (decimal): -3982442 or 9845699. OLE color: 9845699.

HSL color Cylindrical-coordinate representation of color #C33B96: hue angle of 319.85º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B96 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19559150-
CMYK00.700.230.24
HSL319.85º53.54%49.8%-
HSV(B)319.85º69.74%76.47%-
XYZ29.5716.9330.56-
YUV110.04150.56188.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 59 (23.44% from 255) = 14.60%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=48.27%
G=14.60%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955915000.700.230.24319.8553.5449.8
HexC33B9604617181403632
Octal30373226010627305006662
Binary1100001111101110010110010001101011111000101000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33b96; }

 p { color: rgb(195,59,150); }

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

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

 a { background-color: rgb(195,59,150); }

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

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

 span { border-color: rgb(195,59,150); }

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