#C135B1

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

Shades of Fuchsia #C135B1

Tints of Fuchsia #C135B1

Color information

#C135B1 (or 0xC135B1) is unknown color: approx Fuchsia. HEX triplet: C1, 35 and B1. RGB value is (193,53,177). Sum of RGB (Red+Green+Blue) = 193+53+177=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C135B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C135B1 is #3ECA4E. Grayscale: #6C6C6C. Windows color (decimal): -4115023 or 11613633. OLE color: 11613633.

HSL color Cylindrical-coordinate representation of color #C135B1: hue angle of 306.86º 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 #C135B1 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19353177-
CMYK00.730.080.24
HSL306.86º56.91%48.24%-
HSV(B)306.86º72.54%75.69%-
XYZ31.217.0643.24-
YUV109166.38187.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=45.63%
G=12.53%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935317700.730.080.24306.8656.9148.24
HexC135B10498181333930
Octal30165261011110304637160
Binary110000011101011011000101001001100011000100110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135B1; }

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

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

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

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

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

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

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

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