#CC33BD

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

Shades of Fuchsia #CC33BD

Tints of Fuchsia #CC33BD

Color information

#CC33BD (or 0xCC33BD) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and BD. RGB value is (204,51,189). Sum of RGB (Red+Green+Blue) = 204+51+189=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BD is #33CC42. Grayscale: #707070. Windows color (decimal): -3394627 or 12399564. OLE color: 12399564.

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

Color convert

RGB20451189-
CMYK00.750.070.2
HSL305.88º60%50%-
HSV(B)305.88º75%80%-
XYZ35.2718.8849.93-
YUV112.48171.19193.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 51 (20.31% from 255) = 11.49%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=45.95%
G=11.49%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045118900.750.070.2305.886050
HexCC33BD04B7141323c32
Octal3146327501137244627462
Binary11001100110011101111010100101111110100100110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33BD; }

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

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

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

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

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

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

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

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