#C93CC1

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

Shades of Fuchsia #C93CC1

Tints of Fuchsia #C93CC1

Color information

#C93CC1 (or 0xC93CC1) is unknown color: approx Fuchsia. HEX triplet: C9, 3C and C1. RGB value is (201,60,193). Sum of RGB (Red+Green+Blue) = 201+60+193=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CC1 is #36C33E. Grayscale: #747474. Windows color (decimal): -3588927 or 12664009. OLE color: 12664009.

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

Color convert

RGB20160193-
CMYK00.700.040.21
HSL303.4º56.63%51.18%-
HSV(B)303.4º70.15%78.82%-
XYZ35.3319.552.35-
YUV117.32170.71187.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 60 (23.83% from 255) = 13.22%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=44.27%
G=13.22%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016019300.700.040.21303.456.6351.18
HexC93CC104641512f3933
Octal3117430101064254577163
Binary11001001111100110000010100011010010101100101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93CC1; }

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

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

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

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

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

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

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

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