#CC21AC

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

Shades of Medium Violet Red #CC21AC

Tints of Medium Violet Red #CC21AC

Color information

#CC21AC (or 0xCC21AC) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and AC. RGB value is (204,33,172). Sum of RGB (Red+Green+Blue) = 204+33+172=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21AC is #33DE53. Grayscale: #636363. Windows color (decimal): -3399252 or 11280844. OLE color: 11280844.

HSL color Cylindrical-coordinate representation of color #CC21AC: hue angle of 311.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21AC is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB20433172-
CMYK00.840.160.2
HSL311.23º72.15%46.47%-
HSV(B)311.23º83.82%80%-
XYZ32.8916.940.56-
YUV99.98168.65202.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 33 (13.28% from 255) = 8.07%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=49.88%
G=8.07%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043317200.840.160.2311.2372.1546.47
HexCC21AC0541014137482e
Octal314412540124202446711056
Binary11001100100001101011000101010010000101001001101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC21AC; }

 p { color: rgb(204,33,172); }

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

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

 a { background-color: rgb(204,33,172); }

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

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

 span { border-color: rgb(204,33,172); }

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