#CC33BC

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

Shades of Fuchsia #CC33BC

Tints of Fuchsia #CC33BC

Color information

#CC33BC (or 0xCC33BC) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and BC. RGB value is (204,51,188). Sum of RGB (Red+Green+Blue) = 204+51+188=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BC is #33CC43. Grayscale: #6F6F6F. Windows color (decimal): -3394628 or 12334028. OLE color: 12334028.

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

Color convert

RGB20451188-
CMYK00.750.080.2
HSL306.27º60%50%-
HSV(B)306.27º75%80%-
XYZ35.1618.8449.36-
YUV112.36170.69193.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=46.05%
G=11.51%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045118800.750.080.2306.276050
HexCC33BC04B8141323c32
Octal31463274011310244627462
Binary110011001100111011110001001011100010100100110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33BC; }

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

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

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

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

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

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

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

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