#CC48AF

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

Shades of Fuchsia #CC48AF

Tints of Fuchsia #CC48AF

Color information

#CC48AF (or 0xCC48AF) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and AF. RGB value is (204,72,175). Sum of RGB (Red+Green+Blue) = 204+72+175=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48AF is #33B750. Grayscale: #7A7A7A. Windows color (decimal): -3389265 or 11487436. OLE color: 11487436.

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

Color convert

RGB20472175-
CMYK00.650.140.2
HSL313.18º56.41%54.12%-
HSV(B)313.18º64.71%80%-
XYZ34.9620.5742.68-
YUV123.21157.23185.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=45.23%
G=15.96%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047217500.650.140.2313.1856.4154.12
HexCC48AF041E141393836
Octal314110257010116244717066
Binary1100110010010001010111101000001111010100100111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48AF; }

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

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

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

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

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

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

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

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