#CC28B1

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

Shades of Fuchsia #CC28B1

Tints of Fuchsia #CC28B1

Color information

#CC28B1 (or 0xCC28B1) is unknown color: approx Fuchsia. HEX triplet: CC, 28 and B1. RGB value is (204,40,177). Sum of RGB (Red+Green+Blue) = 204+40+177=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28B1 is #33D74E. Grayscale: #686868. Windows color (decimal): -3397455 or 11610316. OLE color: 11610316.

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

Color convert

RGB20440177-
CMYK00.800.130.2
HSL309.88º67.21%47.84%-
HSV(B)309.88º80.39%80%-
XYZ33.617.5343.21-
YUV104.65168.83198.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 40 (16.02% from 255) = 9.50%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=48.46%
G=9.50%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044017700.800.130.2309.8867.2147.84
HexCC28B1050D141364330
Octal314502610120152446610360
Binary1100110010100010110001010100001101101001001101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC28B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC28B1; }

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

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

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

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

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

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

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

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