#CC48CA

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

Shades of Fuchsia #CC48CA

Tints of Fuchsia #CC48CA

Color information

#CC48CA (or 0xCC48CA) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and CA. RGB value is (204,72,202). Sum of RGB (Red+Green+Blue) = 204+72+202=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48CA is #33B735. Grayscale: #7D7D7D. Windows color (decimal): -3389238 or 13256908. OLE color: 13256908.

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

Color convert

RGB20472202-
CMYK00.650.010.2
HSL300.91º56.41%54.12%-
HSV(B)300.91º64.71%80%-
XYZ37.8821.7458.08-
YUV126.29170.73183.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 72 (28.52% from 255) = 15.06%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=42.68%
G=15.06%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047220200.650.010.2300.9156.4154.12
HexCC48CA04111412d3836
Octal31411031201011244557066
Binary1100110010010001100101001000001110100100101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48CA; }

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

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

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

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

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

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

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

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