#CC33B9

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

Shades of Fuchsia #CC33B9

Tints of Fuchsia #CC33B9

Color information

#CC33B9 (or 0xCC33B9) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and B9. RGB value is (204,51,185). Sum of RGB (Red+Green+Blue) = 204+51+185=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33B9 is #33CC46. Grayscale: #6F6F6F. Windows color (decimal): -3394631 or 12137420. OLE color: 12137420.

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

Color convert

RGB20451185-
CMYK00.750.090.2
HSL307.45º60%50%-
HSV(B)307.45º75%80%-
XYZ34.8418.7147.67-
YUV112.02169.19193.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=46.36%
G=11.59%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045118500.750.090.2307.456050
HexCC33B904B9141333c32
Octal31463271011311244637462
Binary110011001100111011100101001011100110100100110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33B9; }

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

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

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

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

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

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

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

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