#C136AA

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

Shades of Fuchsia #C136AA

Tints of Fuchsia #C136AA

Color information

#C136AA (or 0xC136AA) is unknown color: approx Fuchsia. HEX triplet: C1, 36 and AA. RGB value is (193,54,170). Sum of RGB (Red+Green+Blue) = 193+54+170=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AA is #3EC955. Grayscale: #6C6C6C. Windows color (decimal): -4114774 or 11155137. OLE color: 11155137.

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

Color convert

RGB19354170-
CMYK00.720.120.24
HSL309.93º56.28%48.43%-
HSV(B)309.93º72.02%75.69%-
XYZ30.5716.8839.68-
YUV108.78162.55188.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=46.28%
G=12.95%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935417000.720.120.24309.9356.2848.43
HexC136AA048C181363830
Octal30166252011014304667060
Binary110000011101101010101001001000110011000100110110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C136AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C136AA; }

 p { color: rgb(193,54,170); }

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

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

 a { background-color: rgb(193,54,170); }

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

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

 span { border-color: rgb(193,54,170); }

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