#CC3BB9

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

Shades of Fuchsia #CC3BB9

Tints of Fuchsia #CC3BB9

Color information

#CC3BB9 (or 0xCC3BB9) is unknown color: approx Fuchsia. HEX triplet: CC, 3B and B9. RGB value is (204,59,185). Sum of RGB (Red+Green+Blue) = 204+59+185=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BB9 is #33C446. Grayscale: #747474. Windows color (decimal): -3392583 or 12139468. OLE color: 12139468.

HSL color Cylindrical-coordinate representation of color #CC3BB9: hue angle of 307.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3BB9 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB20459185-
CMYK00.710.090.2
HSL307.86º58.7%51.57%-
HSV(B)307.86º71.08%80%-
XYZ35.2219.4747.8-
YUV116.72166.54190.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 59 (23.44% from 255) = 13.17%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=45.54%
G=13.17%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045918500.710.090.2307.8658.751.57
HexCC3BB90479141343b34
Octal31473271010711244647364
Binary110011001110111011100101000111100110100100110100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3BB9; }

 p { color: rgb(204,59,185); }

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

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

 a { background-color: rgb(204,59,185); }

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

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

 span { border-color: rgb(204,59,185); }

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