#C942D1

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

Shades of Fuchsia #C942D1

Tints of Fuchsia #C942D1

Color information

#C942D1 (or 0xC942D1) is unknown color: approx Fuchsia. HEX triplet: C9, 42 and D1. RGB value is (201,66,209). Sum of RGB (Red+Green+Blue) = 201+66+209=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #C942D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942D1 is #36BD2E. Grayscale: #7A7A7A. Windows color (decimal): -3587375 or 13714121. OLE color: 13714121.

HSL color Cylindrical-coordinate representation of color #C942D1: hue angle of 296.64º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C942D1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20166209-
CMYK0.040.6800.18
HSL296.64º60.85%53.92%-
HSV(B)296.64º68.42%81.96%-
XYZ37.5420.9262.38-
YUV122.67176.73183.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 66 (26.17% from 255) = 13.87%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=42.23%
G=13.87%
B=43.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201662090.040.6800.18296.6460.8553.92
HexC942D14440121293d36
Octal31110232141040224517566
Binary110010011000010110100011001000100010010100101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C942D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C942D1; }

 p { color: rgb(201,66,209); }

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

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

 a { background-color: rgb(201,66,209); }

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

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

 span { border-color: rgb(201,66,209); }

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