#CC3AB1

Color #CC3AB1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC3AB1

Tints of Fuchsia #CC3AB1

Color information

#CC3AB1 (or 0xCC3AB1) is unknown color: approx Fuchsia. HEX triplet: CC, 3A and B1. RGB value is (204,58,177). Sum of RGB (Red+Green+Blue) = 204+58+177=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AB1 is #33C54E. Grayscale: #727272. Windows color (decimal): -3392847 or 11614924. OLE color: 11614924.

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

Color convert

RGB20458177-
CMYK00.720.130.2
HSL311.1º58.87%51.37%-
HSV(B)311.1º71.57%80%-
XYZ34.3519.0443.46-
YUV115.22162.87191.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=46.47%
G=13.21%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045817700.720.130.2311.158.8751.37
HexCC3AB1048D141373b33
Octal31472261011015244677363
Binary110011001110101011000101001000110110100100110111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3AB1; }

 p { color: rgb(204,58,177); }

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

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

 a { background-color: rgb(204,58,177); }

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

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

 span { border-color: rgb(204,58,177); }

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