#CC46B4

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

Shades of Fuchsia #CC46B4

Tints of Fuchsia #CC46B4

Color information

#CC46B4 (or 0xCC46B4) is unknown color: approx Fuchsia. HEX triplet: CC, 46 and B4. RGB value is (204,70,180). Sum of RGB (Red+Green+Blue) = 204+70+180=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46B4 is #33B94B. Grayscale: #7A7A7A. Windows color (decimal): -3389772 or 11814604. OLE color: 11814604.

HSL color Cylindrical-coordinate representation of color #CC46B4: hue angle of 310.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46B4 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB20470180-
CMYK00.660.120.2
HSL310.75º56.78%53.73%-
HSV(B)310.75º65.69%80%-
XYZ35.3320.5145.28-
YUV122.61160.39186.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 70 (27.73% from 255) = 15.42%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=44.93%
G=15.42%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047018000.660.120.2310.7556.7853.73
HexCC46B4042C141373936
Octal314106264010214244677166
Binary1100110010001101011010001000010110010100100110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46B4; }

 p { color: rgb(204,70,180); }

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

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

 a { background-color: rgb(204,70,180); }

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

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

 span { border-color: rgb(204,70,180); }

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