#C533B4

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

Shades of Fuchsia #C533B4

Tints of Fuchsia #C533B4

Color information

#C533B4 (or 0xC533B4) is unknown color: approx Fuchsia. HEX triplet: C5, 33 and B4. RGB value is (197,51,180). Sum of RGB (Red+Green+Blue) = 197+51+180=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C533B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533B4 is #3ACC4B. Grayscale: #6C6C6C. Windows color (decimal): -3853388 or 11809733. OLE color: 11809733.

HSL color Cylindrical-coordinate representation of color #C533B4: hue angle of 306.99º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C533B4 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB19751180-
CMYK00.740.090.23
HSL306.99º58.87%48.63%-
HSV(B)306.99º74.11%77.25%-
XYZ32.4517.5344.85-
YUV109.36167.87190.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=46.03%
G=11.92%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975118000.740.090.23306.9958.8748.63
HexC533B404A9171333b31
Octal30563264011211274637361
Binary110001011100111011010001001010100110111100110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C533B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C533B4; }

 p { color: rgb(197,51,180); }

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

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

 a { background-color: rgb(197,51,180); }

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

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

 span { border-color: rgb(197,51,180); }

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