#C945C7

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

Shades of Fuchsia #C945C7

Tints of Fuchsia #C945C7

Color information

#C945C7 (or 0xC945C7) is unknown color: approx Fuchsia. HEX triplet: C9, 45 and C7. RGB value is (201,69,199). Sum of RGB (Red+Green+Blue) = 201+69+199=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C945C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945C7 is #36BA38. Grayscale: #7A7A7A. Windows color (decimal): -3586617 or 13059529. OLE color: 13059529.

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

Color convert

RGB20169199-
CMYK00.660.010.21
HSL300.91º55%52.94%-
HSV(B)300.91º65.67%78.82%-
XYZ36.5220.856.12-
YUV123.29170.73183.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 14.71%
BLUE value IS 199 (78.12% from 255) = 42.43%
R=42.86%
G=14.71%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016919900.660.010.21300.915552.94
HexC945C704211512d3735
Octal31110530701021254556765
Binary1100100110001011100011101000010110101100101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945C7; }

 p { color: rgb(201,69,199); }

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

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

 a { background-color: rgb(201,69,199); }

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

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

 span { border-color: rgb(201,69,199); }

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