#CC46B2

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

Shades of Fuchsia #CC46B2

Tints of Fuchsia #CC46B2

Color information

#CC46B2 (or 0xCC46B2) is unknown color: approx Fuchsia. HEX triplet: CC, 46 and B2. RGB value is (204,70,178). Sum of RGB (Red+Green+Blue) = 204+70+178=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46B2 is #33B94D. Grayscale: #7A7A7A. Windows color (decimal): -3389774 or 11683532. OLE color: 11683532.

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

Color convert

RGB20470178-
CMYK00.660.130.2
HSL311.64º56.78%53.73%-
HSV(B)311.64º65.69%80%-
XYZ35.1320.4344.21-
YUV122.38159.39186.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 70 (27.73% from 255) = 15.49%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=45.13%
G=15.49%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047017800.660.130.2311.6456.7853.73
HexCC46B2042D141383936
Octal314106262010215244707166
Binary1100110010001101011001001000010110110100100111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46B2; }

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

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

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

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

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

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

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

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