#CC33B7

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

Shades of Fuchsia #CC33B7

Tints of Fuchsia #CC33B7

Color information

#CC33B7 (or 0xCC33B7) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and B7. RGB value is (204,51,183). Sum of RGB (Red+Green+Blue) = 204+51+183=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33B7 is #33CC48. Grayscale: #6F6F6F. Windows color (decimal): -3394633 or 12006348. OLE color: 12006348.

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

Color convert

RGB20451183-
CMYK00.750.100.2
HSL308.24º60%50%-
HSV(B)308.24º75%80%-
XYZ34.6318.6246.57-
YUV111.79168.19193.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 51 (20.31% from 255) = 11.64%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=46.58%
G=11.64%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045118300.750.100.2308.246050
HexCC33B704BA141343c32
Octal31463267011312244647462
Binary110011001100111011011101001011101010100100110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33B7; }

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

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

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

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

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

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

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

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