#C933B8

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

Shades of Fuchsia #C933B8

Tints of Fuchsia #C933B8

Color information

#C933B8 (or 0xC933B8) is unknown color: approx Fuchsia. HEX triplet: C9, 33 and B8. RGB value is (201,51,184). Sum of RGB (Red+Green+Blue) = 201+51+184=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C933B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933B8 is #36CC47. Grayscale: #6E6E6E. Windows color (decimal): -3591240 or 12071881. OLE color: 12071881.

HSL color Cylindrical-coordinate representation of color #C933B8: hue angle of 306.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933B8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20151184-
CMYK00.750.080.21
HSL306.8º59.52%49.41%-
HSV(B)306.8º74.63%78.82%-
XYZ33.9218.2547.08-
YUV111.01169.2192.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 51 (20.31% from 255) = 11.70%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=46.10%
G=11.70%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015118400.750.080.21306.859.5249.41
HexC933B804B8151333c31
Octal31163270011310254637461
Binary110010011100111011100001001011100010101100110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C933B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C933B8; }

 p { color: rgb(201,51,184); }

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

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

 a { background-color: rgb(201,51,184); }

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

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

 span { border-color: rgb(201,51,184); }

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