#CC23AB

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

Shades of Medium Violet Red #CC23AB

Tints of Medium Violet Red #CC23AB

Color information

#CC23AB (or 0xCC23AB) is unknown color: approx Medium Violet Red. HEX triplet: CC, 23 and AB. RGB value is (204,35,171). Sum of RGB (Red+Green+Blue) = 204+35+171=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC23AB is #33DC54. Grayscale: #646464. Windows color (decimal): -3398741 or 11215820. OLE color: 11215820.

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

Color convert

RGB20435171-
CMYK00.830.160.2
HSL311.72º70.71%46.86%-
HSV(B)311.72º82.84%80%-
XYZ32.8516.9840.07-
YUV101.04167.49201.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 35 (14.06% from 255) = 8.54%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=49.76%
G=8.54%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043517100.830.160.2311.7270.7146.86
HexCC23AB0531014138472f
Octal314432530123202447010757
Binary11001100100011101010110101001110000101001001110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC23AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC23AB; }

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

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

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

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

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

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

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

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