#C33AB0

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

Shades of Fuchsia #C33AB0

Tints of Fuchsia #C33AB0

Color information

#C33AB0 (or 0xC33AB0) is unknown color: approx Fuchsia. HEX triplet: C3, 3A and B0. RGB value is (195,58,176). Sum of RGB (Red+Green+Blue) = 195+58+176=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AB0 is #3CC54F. Grayscale: #707070. Windows color (decimal): -3982672 or 11549379. OLE color: 11549379.

HSL color Cylindrical-coordinate representation of color #C33AB0: hue angle of 308.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19558176-
CMYK00.700.100.24
HSL308.32º54.15%49.61%-
HSV(B)308.32º70.26%76.47%-
XYZ31.8617.7642.82-
YUV112.42163.89186.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=45.45%
G=13.52%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955817600.700.100.24308.3254.1549.61
HexC33AB0046A181343632
Octal30372260010612304646662
Binary110000111110101011000001000110101011000100110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33AB0; }

 p { color: rgb(195,58,176); }

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

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

 a { background-color: rgb(195,58,176); }

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

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

 span { border-color: rgb(195,58,176); }

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