#CC329E

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

Shades of Medium Red Violet #CC329E

Tints of Medium Red Violet #CC329E

Color information

#CC329E (or 0xCC329E) is unknown color: approx Medium Red Violet. HEX triplet: CC, 32 and 9E. RGB value is (204,50,158). Sum of RGB (Red+Green+Blue) = 204+50+158=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329E is #33CD61. Grayscale: #6C6C6C. Windows color (decimal): -3394914 or 10367692. OLE color: 10367692.

HSL color Cylindrical-coordinate representation of color #CC329E: hue angle of 317.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC329E is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB20450158-
CMYK00.750.230.2
HSL317.92º60.63%49.8%-
HSV(B)317.92º75.49%80%-
XYZ32.2117.5934.04-
YUV108.36156.02196.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 50 (19.92% from 255) = 12.14%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=49.51%
G=12.14%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045015800.750.230.2317.9260.6349.8
HexCC329E04B171413e3d32
Octal31462236011327244767562
Binary1100110011001010011110010010111011110100100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC329E; }

 p { color: rgb(204,50,158); }

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

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

 a { background-color: rgb(204,50,158); }

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

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

 span { border-color: rgb(204,50,158); }

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