#CC46D0

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

Shades of Fuchsia #CC46D0

Tints of Fuchsia #CC46D0

Color information

#CC46D0 (or 0xCC46D0) is unknown color: approx Fuchsia. HEX triplet: CC, 46 and D0. RGB value is (204,70,208). Sum of RGB (Red+Green+Blue) = 204+70+208=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46D0 is #33B92F. Grayscale: #7D7D7D. Windows color (decimal): -3389744 or 13649612. OLE color: 13649612.

HSL color Cylindrical-coordinate representation of color #CC46D0: hue angle of 298.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46D0 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20470208-
CMYK0.020.6600.18
HSL298.26º59.48%54.51%-
HSV(B)298.26º66.35%81.57%-
XYZ38.4821.7761.85-
YUV125.8174.39183.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 70 (27.73% from 255) = 14.52%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=42.32%
G=14.52%
B=43.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204702080.020.6600.18298.2659.4854.51
HexCC46D024201212a3b37
Octal31410632021020224527367
Binary11001100100011011010000101000010010010100101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46D0; }

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

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

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

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

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

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

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

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