#C33FAF

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

Shades of Fuchsia #C33FAF

Tints of Fuchsia #C33FAF

Color information

#C33FAF (or 0xC33FAF) is unknown color: approx Fuchsia. HEX triplet: C3, 3F and AF. RGB value is (195,63,175). Sum of RGB (Red+Green+Blue) = 195+63+175=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FAF is #3CC050. Grayscale: #727272. Windows color (decimal): -3981393 or 11485123. OLE color: 11485123.

HSL color Cylindrical-coordinate representation of color #C33FAF: hue angle of 309.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FAF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19563175-
CMYK00.680.100.24
HSL309.09º52.38%50.59%-
HSV(B)309.09º67.69%76.47%-
XYZ32.0218.2542.39-
YUV115.24161.73184.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=45.03%
G=14.55%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956317500.680.100.24309.0952.3850.59
HexC33FAF044A181353433
Octal30377257010412304656463
Binary110000111111111010111101000100101011000100110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33FAF; }

 p { color: rgb(195,63,175); }

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

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

 a { background-color: rgb(195,63,175); }

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

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

 span { border-color: rgb(195,63,175); }

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