#CC329C

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

Shades of Medium Red Violet #CC329C

Tints of Medium Red Violet #CC329C

Color information

#CC329C (or 0xCC329C) is unknown color: approx Medium Red Violet. HEX triplet: CC, 32 and 9C. RGB value is (204,50,156). Sum of RGB (Red+Green+Blue) = 204+50+156=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329C is #33CD63. Grayscale: #6B6B6B. Windows color (decimal): -3394916 or 10236620. OLE color: 10236620.

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

Color convert

RGB20450156-
CMYK00.750.240.2
HSL318.7º60.63%49.8%-
HSV(B)318.7º75.49%80%-
XYZ32.0417.5233.15-
YUV108.13155.02196.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 50 (19.92% from 255) = 12.20%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=49.76%
G=12.20%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045015600.750.240.2318.760.6349.8
HexCC329C04B181413f3d32
Octal31462234011330244777562
Binary1100110011001010011100010010111100010100100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC329C; }

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

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

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

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

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

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

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

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