#CC48B1

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

Shades of Fuchsia #CC48B1

Tints of Fuchsia #CC48B1

Color information

#CC48B1 (or 0xCC48B1) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and B1. RGB value is (204,72,177). Sum of RGB (Red+Green+Blue) = 204+72+177=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48B1 is #33B74E. Grayscale: #7B7B7B. Windows color (decimal): -3389263 or 11618508. OLE color: 11618508.

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

Color convert

RGB20472177-
CMYK00.650.130.2
HSL312.27º56.41%54.12%-
HSV(B)312.27º64.71%80%-
XYZ35.1620.6543.73-
YUV123.44158.23185.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 72 (28.52% from 255) = 15.89%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=45.03%
G=15.89%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047217700.650.130.2312.2756.4154.12
HexCC48B1041D141383836
Octal314110261010115244707066
Binary1100110010010001011000101000001110110100100111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48B1; }

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

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

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

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

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

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

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

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