#C33575

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

Shades of Medium Red Violet #C33575

Tints of Medium Red Violet #C33575

Color information

#C33575 (or 0xC33575) is unknown color: approx Medium Red Violet. HEX triplet: C3, 35 and 75. RGB value is (195,53,117). Sum of RGB (Red+Green+Blue) = 195+53+117=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C33575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33575 is #3CCA8A. Grayscale: #666666. Windows color (decimal): -3984011 or 7681475. OLE color: 7681475.

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

Color convert

RGB19553117-
CMYK00.730.40.24
HSL332.96º57.26%48.63%-
HSV(B)332.96º72.82%76.47%-
XYZ26.9915.4318.39-
YUV102.75136.04193.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=53.42%
G=14.52%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955311700.730.40.24332.9657.2648.63
HexC33575049281814d3931
Octal30365165011150305157161
Binary1100001111010111101010100100110100011000101001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33575; }

 p { color: rgb(195,53,117); }

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

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

 a { background-color: rgb(195,53,117); }

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

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

 span { border-color: rgb(195,53,117); }

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