#C32674

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

Shades of Medium Red Violet #C32674

Tints of Medium Red Violet #C32674

Color information

#C32674 (or 0xC32674) is unknown color: approx Medium Red Violet. HEX triplet: C3, 26 and 74. RGB value is (195,38,116). Sum of RGB (Red+Green+Blue) = 195+38+116=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C32674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32674 is #3CD98B. Grayscale: #5D5D5D. Windows color (decimal): -3987852 or 7612099. OLE color: 7612099.

HSL color Cylindrical-coordinate representation of color #C32674: hue angle of 330.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32674 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19538116-
CMYK00.810.410.24
HSL330.19º67.38%45.69%-
HSV(B)330.19º80.51%76.47%-
XYZ26.3514.2517.88-
YUV93.84140.51200.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.87%
GREEN value IS 38 (15.23% from 255) = 10.89%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=55.87%
G=10.89%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953811600.810.410.24330.1967.3845.69
HexC32674051291814a432e
Octal303461640121513051210356
Binary11000011100110111010001010001101001110001010010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32674; }

 p { color: rgb(195,38,116); }

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

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

 a { background-color: rgb(195,38,116); }

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

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

 span { border-color: rgb(195,38,116); }

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