#C945CC

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

Shades of Fuchsia #C945CC

Tints of Fuchsia #C945CC

Color information

#C945CC (or 0xC945CC) is unknown color: approx Fuchsia. HEX triplet: C9, 45 and CC. RGB value is (201,69,204). Sum of RGB (Red+Green+Blue) = 201+69+204=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C945CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945CC is #36BA33. Grayscale: #7B7B7B. Windows color (decimal): -3586612 or 13387209. OLE color: 13387209.

HSL color Cylindrical-coordinate representation of color #C945CC: hue angle of 298.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945CC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20169204-
CMYK0.010.6600.2
HSL298.67º56.96%53.53%-
HSV(B)298.67º66.18%80%-
XYZ37.1121.0359.23-
YUV123.86173.23183.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 69 (27.34% from 255) = 14.56%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=42.41%
G=14.56%
B=43.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201692040.010.6600.2298.6756.9653.53
HexC945CC14201412b3936
Octal31110531411020244537166
Binary1100100110001011100110011000010010100100101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945CC; }

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

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

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

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

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

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

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

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