#C33994

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

Shades of Medium Red Violet #C33994

Tints of Medium Red Violet #C33994

Color information

#C33994 (or 0xC33994) is unknown color: approx Medium Red Violet. HEX triplet: C3, 39 and 94. RGB value is (195,57,148). Sum of RGB (Red+Green+Blue) = 195+57+148=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C33994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33994 is #3CC66B. Grayscale: #6C6C6C. Windows color (decimal): -3982956 or 9714115. OLE color: 9714115.

HSL color Cylindrical-coordinate representation of color #C33994: hue angle of 320.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33994 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB19557148-
CMYK00.710.240.24
HSL320.43º54.76%49.41%-
HSV(B)320.43º70.77%76.47%-
XYZ29.3116.6729.69-
YUV108.64150.22189.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 148 (58.20% from 255) = 37%
R=48.75%
G=14.25%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955714800.710.240.24320.4354.7649.41
HexC3399404718181403731
Octal30371224010730305006761
Binary1100001111100110010100010001111100011000101000000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33994; }

 p { color: rgb(195,57,148); }

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

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

 a { background-color: rgb(195,57,148); }

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

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

 span { border-color: rgb(195,57,148); }

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