#C33B93

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

Shades of Medium Red Violet #C33B93

Tints of Medium Red Violet #C33B93

Color information

#C33B93 (or 0xC33B93) is unknown color: approx Medium Red Violet. HEX triplet: C3, 3B and 93. RGB value is (195,59,147). Sum of RGB (Red+Green+Blue) = 195+59+147=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33B93 is #3CC46C. Grayscale: #6D6D6D. Windows color (decimal): -3982445 or 9649091. OLE color: 9649091.

HSL color Cylindrical-coordinate representation of color #C33B93: hue angle of 321.18º 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 #C33B93 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19559147-
CMYK00.700.250.24
HSL321.18º53.54%49.8%-
HSV(B)321.18º69.74%76.47%-
XYZ29.3416.8429.31-
YUV109.7149.06188.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 59 (23.44% from 255) = 14.71%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=48.63%
G=14.71%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955914700.700.250.24321.1853.5449.8
HexC33B9304619181413632
Octal30373223010631305016662
Binary1100001111101110010011010001101100111000101000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33B93; }

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

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

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

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

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

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

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

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