#CC46B5

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

Shades of Fuchsia #CC46B5

Tints of Fuchsia #CC46B5

Color information

#CC46B5 (or 0xCC46B5) is unknown color: approx Fuchsia. HEX triplet: CC, 46 and B5. RGB value is (204,70,181). Sum of RGB (Red+Green+Blue) = 204+70+181=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46B5 is #33B94A. Grayscale: #7A7A7A. Windows color (decimal): -3389771 or 11880140. OLE color: 11880140.

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

Color convert

RGB20470181-
CMYK00.660.110.2
HSL310.3º56.78%53.73%-
HSV(B)310.3º65.69%80%-
XYZ35.4320.5545.82-
YUV122.72160.89185.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=44.84%
G=15.38%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047018100.660.110.2310.356.7853.73
HexCC46B5042B141363936
Octal314106265010213244667166
Binary1100110010001101011010101000010101110100100110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46B5; }

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

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

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

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

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

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

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

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