#CC46D3

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

Shades of Fuchsia #CC46D3

Tints of Fuchsia #CC46D3

Color information

#CC46D3 (or 0xCC46D3) is unknown color: approx Fuchsia. HEX triplet: CC, 46 and D3. RGB value is (204,70,211). Sum of RGB (Red+Green+Blue) = 204+70+211=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC46D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46D3 is #33B92C. Grayscale: #7D7D7D. Windows color (decimal): -3389741 or 13846220. OLE color: 13846220.

HSL color Cylindrical-coordinate representation of color #CC46D3: hue angle of 297.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC46D3 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20470211-
CMYK0.030.6700.17
HSL297.02º61.57%55.1%-
HSV(B)297.02º66.82%82.75%-
XYZ38.8521.9263.81-
YUV126.14175.89183.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 70 (27.73% from 255) = 14.43%
BLUE value IS 211 (82.81% from 255) = 43.51%
R=42.06%
G=14.43%
B=43.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204702110.030.6700.17297.0261.5755.1
HexCC46D33430111293e37
Octal31410632331030214517667
Binary11001100100011011010011111000011010001100101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46D3; }

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

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

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

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

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

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

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

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