#C93CAB

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

Shades of Fuchsia #C93CAB

Tints of Fuchsia #C93CAB

Color information

#C93CAB (or 0xC93CAB) is unknown color: approx Fuchsia. HEX triplet: C9, 3C and AB. RGB value is (201,60,171). Sum of RGB (Red+Green+Blue) = 201+60+171=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CAB is #36C354. Grayscale: #727272. Windows color (decimal): -3588949 or 11222217. OLE color: 11222217.

HSL color Cylindrical-coordinate representation of color #C93CAB: hue angle of 312.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93CAB is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20160171-
CMYK00.700.150.21
HSL312.77º56.63%51.18%-
HSV(B)312.77º70.15%78.82%-
XYZ33.0518.5940.37-
YUV114.81159.71189.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=46.53%
G=13.89%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016017100.700.150.21312.7756.6351.18
HexC93CAB046F151393933
Octal31174253010617254717163
Binary110010011111001010101101000110111110101100111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93CAB; }

 p { color: rgb(201,60,171); }

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

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

 a { background-color: rgb(201,60,171); }

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

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

 span { border-color: rgb(201,60,171); }

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