#CC23AA

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

Shades of Medium Violet Red #CC23AA

Tints of Medium Violet Red #CC23AA

Color information

#CC23AA (or 0xCC23AA) is unknown color: approx Medium Violet Red. HEX triplet: CC, 23 and AA. RGB value is (204,35,170). Sum of RGB (Red+Green+Blue) = 204+35+170=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC23AA is #33DC55. Grayscale: #646464. Windows color (decimal): -3398742 or 11150284. OLE color: 11150284.

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

Color convert

RGB20435170-
CMYK00.830.170.2
HSL312.07º70.71%46.86%-
HSV(B)312.07º82.84%80%-
XYZ32.7616.9439.57-
YUV100.92166.99201.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 35 (14.06% from 255) = 8.56%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=49.88%
G=8.56%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043517000.830.170.2312.0770.7146.86
HexCC23AA0531114138472f
Octal314432520123212447010757
Binary11001100100011101010100101001110001101001001110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC23AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC23AA; }

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

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

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

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

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

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

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

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