#CC48C6

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

Shades of Fuchsia #CC48C6

Tints of Fuchsia #CC48C6

Color information

#CC48C6 (or 0xCC48C6) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and C6. RGB value is (204,72,198). Sum of RGB (Red+Green+Blue) = 204+72+198=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48C6 is #33B739. Grayscale: #7D7D7D. Windows color (decimal): -3389242 or 12994764. OLE color: 12994764.

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

Color convert

RGB20472198-
CMYK00.650.030.2
HSL302.73º56.41%54.12%-
HSV(B)302.73º64.71%80%-
XYZ37.4121.5555.61-
YUV125.83168.73183.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=43.04%
G=15.19%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047219800.650.030.2302.7356.4154.12
HexCC48C604131412f3836
Octal31411030601013244577066
Binary11001100100100011000110010000011110100100101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48C6; }

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

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

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

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

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

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

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

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