#CC33B3

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

Shades of Fuchsia #CC33B3

Tints of Fuchsia #CC33B3

Color information

#CC33B3 (or 0xCC33B3) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and B3. RGB value is (204,51,179). Sum of RGB (Red+Green+Blue) = 204+51+179=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33B3 is #33CC4C. Grayscale: #6E6E6E. Windows color (decimal): -3394637 or 11744204. OLE color: 11744204.

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

Color convert

RGB20451179-
CMYK00.750.120.2
HSL309.8º60%50%-
HSV(B)309.8º75%80%-
XYZ34.2218.4644.41-
YUV111.34166.19194.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=47.00%
G=11.75%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045117900.750.120.2309.86050
HexCC33B304BC141363c32
Octal31463263011314244667462
Binary110011001100111011001101001011110010100100110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33B3; }

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

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

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

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

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

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

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

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