#C940B8

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

Shades of Fuchsia #C940B8

Tints of Fuchsia #C940B8

Color information

#C940B8 (or 0xC940B8) is unknown color: approx Fuchsia. HEX triplet: C9, 40 and B8. RGB value is (201,64,184). Sum of RGB (Red+Green+Blue) = 201+64+184=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C940B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940B8 is #36BF47. Grayscale: #767676. Windows color (decimal): -3587912 or 12075209. OLE color: 12075209.

HSL color Cylindrical-coordinate representation of color #C940B8: hue angle of 307.45º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940B8 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20164184-
CMYK00.680.080.21
HSL307.45º55.92%51.96%-
HSV(B)307.45º68.16%78.82%-
XYZ34.5719.5447.3-
YUV118.64164.89186.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=44.77%
G=14.25%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016418400.680.080.21307.4555.9251.96
HexC940B80448151333834
Octal311100270010410254637064
Binary1100100110000001011100001000100100010101100110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C940B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C940B8; }

 p { color: rgb(201,64,184); }

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

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

 a { background-color: rgb(201,64,184); }

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

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

 span { border-color: rgb(201,64,184); }

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