#C93DCA

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

Shades of Fuchsia #C93DCA

Tints of Fuchsia #C93DCA

Color information

#C93DCA (or 0xC93DCA) is unknown color: approx Fuchsia. HEX triplet: C9, 3D and CA. RGB value is (201,61,202). Sum of RGB (Red+Green+Blue) = 201+61+202=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #C93DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DCA is #36C235. Grayscale: #767676. Windows color (decimal): -3588662 or 13254089. OLE color: 13254089.

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

Color convert

RGB20161202-
CMYK0.000.7000.21
HSL299.57º57.09%51.57%-
HSV(B)299.57º69.8%79.22%-
XYZ36.4220.0257.82-
YUV118.93174.88186.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 61 (24.22% from 255) = 13.15%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=43.32%
G=13.15%
B=43.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201612020.000.7000.21299.5757.0951.57
HexC93DCA04601512c3934
Octal3117531201060254547164
Binary110010011111011100101001000110010101100101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DCA; }

 p { color: rgb(201,61,202); }

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

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

 a { background-color: rgb(201,61,202); }

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

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

 span { border-color: rgb(201,61,202); }

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