#C133AF

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

Shades of Fuchsia #C133AF

Tints of Fuchsia #C133AF

Color information

#C133AF (or 0xC133AF) is unknown color: approx Fuchsia. HEX triplet: C1, 33 and AF. RGB value is (193,51,175). Sum of RGB (Red+Green+Blue) = 193+51+175=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C133AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C133AF is #3ECC50. Grayscale: #6B6B6B. Windows color (decimal): -4115537 or 11482049. OLE color: 11482049.

HSL color Cylindrical-coordinate representation of color #C133AF: hue angle of 307.61º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C133AF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19351175-
CMYK00.740.090.24
HSL307.61º58.2%47.84%-
HSV(B)307.61º73.58%75.69%-
XYZ30.9116.842.17-
YUV107.59166.04188.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=46.06%
G=12.17%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935117500.740.090.24307.6158.247.84
HexC133AF04A9181343a30
Octal30163257011211304647260
Binary110000011100111010111101001010100111000100110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C133AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C133AF; }

 p { color: rgb(193,51,175); }

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

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

 a { background-color: rgb(193,51,175); }

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

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

 span { border-color: rgb(193,51,175); }

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