#c93fce

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

Shades of Fuchsia #C93FCE

Tints of Fuchsia #C93FCE

Color information

#C93FCE (or 0xC93FCE) is unknown color: approx Fuchsia. HEX triplet: C9, 3F and CE. RGB value is (201,63,206). Sum of RGB (Red+Green+Blue) = 201+63+206=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCE is #36C031. Grayscale: #787878. Windows color (decimal): -3588146 or 13516745. OLE color: 13516745.

HSL color Cylindrical-coordinate representation of color #C93FCE: hue angle of 297.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FCE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20163206-
CMYK0.020.6900.19
HSL297.9º59.34%52.75%-
HSV(B)297.9º69.42%80.78%-
XYZ37.0120.4360.39-
YUV120.56176.22185.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=42.77%
G=13.40%
B=43.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201632060.020.6900.19297.959.3452.75
HexC93FCE24501312a3b35
Octal3117731621050234527365
Binary1100100111111111001110101000101010011100101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c93fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c93fce; }

 p { color: rgb(201,63,206); }

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

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

 a { background-color: rgb(201,63,206); }

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

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

 span { border-color: rgb(201,63,206); }

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