#CC46AF

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

Shades of Fuchsia #CC46AF

Tints of Fuchsia #CC46AF

Color information

#CC46AF (or 0xCC46AF) is unknown color: approx Fuchsia. HEX triplet: CC, 46 and AF. RGB value is (204,70,175). Sum of RGB (Red+Green+Blue) = 204+70+175=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46AF is #33B950. Grayscale: #797979. Windows color (decimal): -3389777 or 11486924. OLE color: 11486924.

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

Color convert

RGB20470175-
CMYK00.660.140.2
HSL312.99º56.78%53.73%-
HSV(B)312.99º65.69%80%-
XYZ34.8320.3142.64-
YUV122.04157.89186.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=45.43%
G=15.59%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047017500.660.140.2312.9956.7853.73
HexCC46AF042E141393936
Octal314106257010216244717166
Binary1100110010001101010111101000010111010100100111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46AF; }

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

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

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

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

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

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

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

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