#cc3db5

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

Shades of Fuchsia #CC3DB5

Tints of Fuchsia #CC3DB5

Color information

#CC3DB5 (or 0xCC3DB5) is unknown color: approx Fuchsia. HEX triplet: CC, 3D and B5. RGB value is (204,61,181). Sum of RGB (Red+Green+Blue) = 204+61+181=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DB5 is #33C24A. Grayscale: #757575. Windows color (decimal): -3392075 or 11877836. OLE color: 11877836.

HSL color Cylindrical-coordinate representation of color #CC3DB5: hue angle of 309.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3DB5 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20461181-
CMYK00.700.110.2
HSL309.65º58.37%51.96%-
HSV(B)309.65º70.1%80%-
XYZ34.9119.5145.64-
YUV117.44163.88189.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=45.74%
G=13.68%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046118100.700.110.2309.6558.3751.96
HexCC3DB5046B141363a34
Octal31475265010613244667264
Binary110011001111011011010101000110101110100100110110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3db5; }

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

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

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

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

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

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

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

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