#c33a93

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

Shades of Medium Red Violet #C33A93

Tints of Medium Red Violet #C33A93

Color information

#C33A93 (or 0xC33A93) is unknown color: approx Medium Red Violet. HEX triplet: C3, 3A and 93. RGB value is (195,58,147). Sum of RGB (Red+Green+Blue) = 195+58+147=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33A93 is #3CC56C. Grayscale: #6C6C6C. Windows color (decimal): -3982701 or 9648835. OLE color: 9648835.

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

Color convert

RGB19558147-
CMYK00.700.250.24
HSL321.02º54.15%49.61%-
HSV(B)321.02º70.26%76.47%-
XYZ29.2916.7329.29-
YUV109.11149.39189.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=48.75%
G=14.5%
B=36.75%

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
Decimal1955814700.700.250.24321.0254.1549.61
HexC33A9304619181413632
Octal30372223010631305016662
Binary1100001111101010010011010001101100111000101000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33a93; }

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

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

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

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

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

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

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

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