#C135AB

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

Shades of Fuchsia #C135AB

Tints of Fuchsia #C135AB

Color information

#C135AB (or 0xC135AB) is unknown color: approx Fuchsia. HEX triplet: C1, 35 and AB. RGB value is (193,53,171). Sum of RGB (Red+Green+Blue) = 193+53+171=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C135AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C135AB is #3ECA54. Grayscale: #6B6B6B. Windows color (decimal): -4115029 or 11220417. OLE color: 11220417.

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

Color convert

RGB19353171-
CMYK00.730.110.24
HSL309.43º56.91%48.24%-
HSV(B)309.43º72.54%75.69%-
XYZ30.6216.8240.16-
YUV108.31163.38188.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=46.28%
G=12.71%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935317100.730.110.24309.4356.9148.24
HexC135AB049B181353930
Octal30165253011113304657160
Binary110000011101011010101101001001101111000100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135AB; }

 p { color: rgb(193,53,171); }

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

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

 a { background-color: rgb(193,53,171); }

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

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

 span { border-color: rgb(193,53,171); }

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