#C944CF

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

Shades of Fuchsia #C944CF

Tints of Fuchsia #C944CF

Color information

#C944CF (or 0xC944CF) is unknown color: approx Fuchsia. HEX triplet: C9, 44 and CF. RGB value is (201,68,207). Sum of RGB (Red+Green+Blue) = 201+68+207=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C944CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944CF is #36BB30. Grayscale: #7B7B7B. Windows color (decimal): -3586865 or 13583561. OLE color: 13583561.

HSL color Cylindrical-coordinate representation of color #C944CF: hue angle of 297.41º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C944CF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20168207-
CMYK0.030.6700.19
HSL297.41º59.15%53.92%-
HSV(B)297.41º67.15%81.18%-
XYZ37.4221.0661.12-
YUV123.61175.06183.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 68 (26.95% from 255) = 14.29%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=42.23%
G=14.29%
B=43.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201682070.030.6700.19297.4159.1553.92
HexC944CF3430131293b36
Octal31110431731030234517366
Binary11001001100010011001111111000011010011100101001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C944CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C944CF; }

 p { color: rgb(201,68,207); }

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

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

 a { background-color: rgb(201,68,207); }

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

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

 span { border-color: rgb(201,68,207); }

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