#C94DCB

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

Shades of Fuchsia #C94DCB

Tints of Fuchsia #C94DCB

Color information

#C94DCB (or 0xC94DCB) is unknown color: approx Fuchsia. HEX triplet: C9, 4D and CB. RGB value is (201,77,203). Sum of RGB (Red+Green+Blue) = 201+77+203=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C94DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DCB is #36B234. Grayscale: #808080. Windows color (decimal): -3584565 or 13323721. OLE color: 13323721.

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

Color convert

RGB20177203-
CMYK0.010.6200.20
HSL299.05º54.78%54.9%-
HSV(B)299.05º62.07%79.61%-
XYZ37.5222.0458.78-
YUV128.44170.08179.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 77 (30.47% from 255) = 16.01%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=41.79%
G=16.01%
B=42.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201772030.010.6200.20299.0554.7854.9
HexC94DCB13E01412b3737
Octal3111153131760244536767
Binary110010011001101110010111111110010100100101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DCB; }

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

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

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

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

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

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

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

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