#CC1BAB

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

Shades of Medium Violet Red #CC1BAB

Tints of Medium Violet Red #CC1BAB

Color information

#CC1BAB (or 0xCC1BAB) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1B and AB. RGB value is (204,27,171). Sum of RGB (Red+Green+Blue) = 204+27+171=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BAB is #33E454. Grayscale: #5F5F5F. Windows color (decimal): -3400789 or 11213772. OLE color: 11213772.

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

Color convert

RGB20427171-
CMYK00.870.160.2
HSL311.19º76.62%45.29%-
HSV(B)311.19º86.76%80%-
XYZ32.6416.5640-
YUV96.34170.14204.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 27 (10.94% from 255) = 6.72%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=50.75%
G=6.72%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042717100.870.160.2311.1976.6245.29
HexCC1BAB05710141374d2d
Octal314332530127202446711555
Binary1100110011011101010110101011110000101001001101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1BAB; }

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

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

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

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

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

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

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

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