#C943B9

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

Shades of Fuchsia #C943B9

Tints of Fuchsia #C943B9

Color information

#C943B9 (or 0xC943B9) is unknown color: approx Fuchsia. HEX triplet: C9, 43 and B9. RGB value is (201,67,185). Sum of RGB (Red+Green+Blue) = 201+67+185=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C943B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943B9 is #36BC46. Grayscale: #787878. Windows color (decimal): -3587143 or 12141513. OLE color: 12141513.

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

Color convert

RGB20167185-
CMYK00.670.080.21
HSL307.16º55.37%52.55%-
HSV(B)307.16º66.67%78.82%-
XYZ34.8519.9347.91-
YUV120.52164.39185.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 67 (26.56% from 255) = 14.79%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=44.37%
G=14.79%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016718500.670.080.21307.1655.3752.55
HexC943B90438151333735
Octal311103271010310254636765
Binary1100100110000111011100101000011100010101100110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C943B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C943B9; }

 p { color: rgb(201,67,185); }

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

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

 a { background-color: rgb(201,67,185); }

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

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

 span { border-color: rgb(201,67,185); }

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