#C94FCC

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

Shades of Fuchsia #C94FCC

Tints of Fuchsia #C94FCC

Color information

#C94FCC (or 0xC94FCC) is unknown color: approx Fuchsia. HEX triplet: C9, 4F and CC. RGB value is (201,79,204). Sum of RGB (Red+Green+Blue) = 201+79+204=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C94FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FCC is #36B033. Grayscale: #818181. Windows color (decimal): -3584052 or 13389769. OLE color: 13389769.

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

Color convert

RGB20179204-
CMYK0.010.6100.2
HSL298.56º55.07%55.49%-
HSV(B)298.56º61.27%80%-
XYZ37.7822.3759.45-
YUV129.73169.92178.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=41.53%
G=16.32%
B=42.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201792040.010.6100.2298.5655.0755.49
HexC94FCC13D01412b3737
Octal3111173141750244536767
Binary110010011001111110011001111101010100100101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94FCC; }

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

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

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

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

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

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

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

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