#C339A0

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

Shades of Medium Red Violet #C339A0

Tints of Medium Red Violet #C339A0

Color information

#C339A0 (or 0xC339A0) is unknown color: approx Medium Red Violet. HEX triplet: C3, 39 and A0. RGB value is (195,57,160). Sum of RGB (Red+Green+Blue) = 195+57+160=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C339A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C339A0 is #3CC65F. Grayscale: #6D6D6D. Windows color (decimal): -3982944 or 10500547. OLE color: 10500547.

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

Color convert

RGB19557160-
CMYK00.710.180.24
HSL315.22º54.76%49.41%-
HSV(B)315.22º70.77%76.47%-
XYZ30.3117.0734.95-
YUV110156.22188.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=47.33%
G=13.83%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955716000.710.180.24315.2254.7649.41
HexC339A0047121813b3731
Octal30371240010722304736761
Binary1100001111100110100000010001111001011000100111011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C339A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C339A0; }

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

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

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

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

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

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

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

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