#C033BA

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

Shades of Fuchsia #C033BA

Tints of Fuchsia #C033BA

Color information

#C033BA (or 0xC033BA) is unknown color: approx Fuchsia. HEX triplet: C0, 33 and BA. RGB value is (192,51,186). Sum of RGB (Red+Green+Blue) = 192+51+186=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C033BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033BA is #3FCC45. Grayscale: #6C6C6C. Windows color (decimal): -4181062 or 12202944. OLE color: 12202944.

HSL color Cylindrical-coordinate representation of color #C033BA: hue angle of 302.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C033BA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19251186-
CMYK00.730.030.25
HSL302.55º58.02%47.65%-
HSV(B)302.55º73.44%75.29%-
XYZ31.7817.1248.08-
YUV108.55171.71187.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=44.76%
G=11.89%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925118600.730.030.25302.5558.0247.65
HexC033BA04931912f3a30
Octal3006327201113314577260
Binary1100000011001110111010010010011111001100101111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C033BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C033BA; }

 p { color: rgb(192,51,186); }

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

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

 a { background-color: rgb(192,51,186); }

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

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

 span { border-color: rgb(192,51,186); }

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