#C944CB

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

Shades of Fuchsia #C944CB

Tints of Fuchsia #C944CB

Color information

#C944CB (or 0xC944CB) is unknown color: approx Fuchsia. HEX triplet: C9, 44 and CB. RGB value is (201,68,203). Sum of RGB (Red+Green+Blue) = 201+68+203=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C944CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944CB is #36BB34. Grayscale: #7A7A7A. Windows color (decimal): -3586869 or 13321417. OLE color: 13321417.

HSL color Cylindrical-coordinate representation of color #C944CB: hue angle of 299.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C944CB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20168203-
CMYK0.010.6700.20
HSL299.11º56.49%53.14%-
HSV(B)299.11º66.5%79.61%-
XYZ36.9320.8658.58-
YUV123.16173.06183.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 68 (26.95% from 255) = 14.41%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=42.58%
G=14.41%
B=43.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201682030.010.6700.20299.1156.4953.14
HexC944CB14301412b3835
Octal31110431311030244537065
Binary1100100110001001100101111000011010100100101011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C944CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C944CB; }

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

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

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

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

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

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

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

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