#CC48BA

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

Shades of Fuchsia #CC48BA

Tints of Fuchsia #CC48BA

Color information

#CC48BA (or 0xCC48BA) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and BA. RGB value is (204,72,186). Sum of RGB (Red+Green+Blue) = 204+72+186=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48BA is #33B745. Grayscale: #7C7C7C. Windows color (decimal): -3389254 or 12208332. OLE color: 12208332.

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

Color convert

RGB20472186-
CMYK00.650.090.2
HSL308.18º56.41%54.12%-
HSV(B)308.18º64.71%80%-
XYZ36.0821.0248.61-
YUV124.46162.73184.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=44.16%
G=15.58%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047218600.650.090.2308.1856.4154.12
HexCC48BA0419141343836
Octal314110272010111244647066
Binary1100110010010001011101001000001100110100100110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48BA; }

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

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

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

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

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

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

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

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