#CC33B1

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

Shades of Fuchsia #CC33B1

Tints of Fuchsia #CC33B1

Color information

#CC33B1 (or 0xCC33B1) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and B1. RGB value is (204,51,177). Sum of RGB (Red+Green+Blue) = 204+51+177=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33B1 is #33CC4E. Grayscale: #6E6E6E. Windows color (decimal): -3394639 or 11613132. OLE color: 11613132.

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

Color convert

RGB20451177-
CMYK00.750.130.2
HSL310.59º60%50%-
HSV(B)310.59º75%80%-
XYZ34.0218.3843.35-
YUV111.11165.19194.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 51 (20.31% from 255) = 11.81%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=47.22%
G=11.81%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045117700.750.130.2310.596050
HexCC33B104BD141373c32
Octal31463261011315244677462
Binary110011001100111011000101001011110110100100110111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33B1; }

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

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

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

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

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

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

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

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