#CC1AAA

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

Shades of Medium Violet Red #CC1AAA

Tints of Medium Violet Red #CC1AAA

Color information

#CC1AAA (or 0xCC1AAA) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1A and AA. RGB value is (204,26,170). Sum of RGB (Red+Green+Blue) = 204+26+170=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1AAA is #33E555. Grayscale: #5F5F5F. Windows color (decimal): -3401046 or 11147980. OLE color: 11147980.

HSL color Cylindrical-coordinate representation of color #CC1AAA: hue angle of 311.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1AAA is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB20426170-
CMYK00.870.170.2
HSL311.46º77.39%45.1%-
HSV(B)311.46º87.25%80%-
XYZ32.5316.4839.5-
YUV95.64169.97205.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 26 (10.55% from 255) = 6.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=51%
G=6.5%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042617000.870.170.2311.4677.3945.1
HexCC1AAA05711141374d2d
Octal314322520127212446711555
Binary1100110011010101010100101011110001101001001101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1AAA; }

 p { color: rgb(204,26,170); }

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

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

 a { background-color: rgb(204,26,170); }

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

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

 span { border-color: rgb(204,26,170); }

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