#C93CB6

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

Shades of Fuchsia #C93CB6

Tints of Fuchsia #C93CB6

Color information

#C93CB6 (or 0xC93CB6) is unknown color: approx Fuchsia. HEX triplet: C9, 3C and B6. RGB value is (201,60,182). Sum of RGB (Red+Green+Blue) = 201+60+182=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CB6 is #36C349. Grayscale: #737373. Windows color (decimal): -3588938 or 11943113. OLE color: 11943113.

HSL color Cylindrical-coordinate representation of color #C93CB6: hue angle of 308.09º 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 #C93CB6 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB20160182-
CMYK00.700.090.21
HSL308.09º56.63%51.18%-
HSV(B)308.09º70.15%78.82%-
XYZ34.1519.0346.13-
YUV116.07165.21188.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 60 (23.83% from 255) = 13.54%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=45.37%
G=13.54%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016018200.700.090.21308.0956.6351.18
HexC93CB60469151343933
Octal31174266010611254647163
Binary110010011111001011011001000110100110101100110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93CB6; }

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

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

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

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

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

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

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

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