#C94FCB

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

Shades of Fuchsia #C94FCB

Tints of Fuchsia #C94FCB

Color information

#C94FCB (or 0xC94FCB) is unknown color: approx Fuchsia. HEX triplet: C9, 4F and CB. RGB value is (201,79,203). Sum of RGB (Red+Green+Blue) = 201+79+203=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C94FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FCB is #36B034. Grayscale: #818181. Windows color (decimal): -3584053 or 13324233. OLE color: 13324233.

HSL color Cylindrical-coordinate representation of color #C94FCB: hue angle of 299.03º degrees, saturation: 0.54, 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 #C94FCB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20179203-
CMYK0.010.6100.20
HSL299.03º54.39%55.29%-
HSV(B)299.03º61.08%79.61%-
XYZ37.6622.3258.82-
YUV129.61169.42178.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 79 (31.25% from 255) = 16.36%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=41.61%
G=16.36%
B=42.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201792030.010.6100.20299.0354.3955.29
HexC94FCB13D01412b3637
Octal3111173131750244536667
Binary110010011001111110010111111101010100100101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94FCB; }

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

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

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

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

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

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

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

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