#C33480

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

Shades of Medium Red Violet #C33480

Tints of Medium Red Violet #C33480

Color information

#C33480 (or 0xC33480) is unknown color: approx Medium Red Violet. HEX triplet: C3, 34 and 80. RGB value is (195,52,128). Sum of RGB (Red+Green+Blue) = 195+52+128=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33480 is #3CCB7F. Grayscale: #676767. Windows color (decimal): -3984256 or 8402115. OLE color: 8402115.

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

Color convert

RGB19552128-
CMYK00.730.340.24
HSL328.11º57.89%48.43%-
HSV(B)328.11º73.33%76.47%-
XYZ27.6315.6221.98-
YUV103.42141.88193.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=52%
G=13.87%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955212800.730.340.24328.1157.8948.43
HexC3348004922181483a30
Octal30364200011142305107260
Binary11000011110100100000000100100110001011000101001000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33480; }

 p { color: rgb(195,52,128); }

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

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

 a { background-color: rgb(195,52,128); }

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

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

 span { border-color: rgb(195,52,128); }

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