#CC48B9

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

Shades of Fuchsia #CC48B9

Tints of Fuchsia #CC48B9

Color information

#CC48B9 (or 0xCC48B9) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and B9. RGB value is (204,72,185). Sum of RGB (Red+Green+Blue) = 204+72+185=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48B9 is #33B746. Grayscale: #7C7C7C. Windows color (decimal): -3389255 or 12142796. OLE color: 12142796.

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

Color convert

RGB20472185-
CMYK00.650.090.2
HSL308.64º56.41%54.12%-
HSV(B)308.64º64.71%80%-
XYZ35.9820.9748.05-
YUV124.35162.23184.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 72 (28.52% from 255) = 15.62%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=44.25%
G=15.62%
B=40.13%

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
Decimal2047218500.650.090.2308.6456.4154.12
HexCC48B90419141353836
Octal314110271010111244657066
Binary1100110010010001011100101000001100110100100110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48B9; }

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

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

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

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

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

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

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

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