#C033BE

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

Shades of Fuchsia #C033BE

Tints of Fuchsia #C033BE

Color information

#C033BE (or 0xC033BE) is unknown color: approx Fuchsia. HEX triplet: C0, 33 and BE. RGB value is (192,51,190). Sum of RGB (Red+Green+Blue) = 192+51+190=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C033BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033BE is #3FCC41. Grayscale: #6C6C6C. Windows color (decimal): -4181058 or 12465088. OLE color: 12465088.

HSL color Cylindrical-coordinate representation of color #C033BE: hue angle of 300.85º 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 #C033BE is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19251190-
CMYK00.730.010.25
HSL300.85º58.02%47.65%-
HSV(B)300.85º73.44%75.29%-
XYZ32.2217.2950.35-
YUV109173.71187.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=44.34%
G=11.78%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925119000.730.010.25300.8558.0247.65
HexC033BE04911912d3a30
Octal3006327601111314557260
Binary110000001100111011111001001001111001100101101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C033BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C033BE; }

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

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

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

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

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

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

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

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