#C94BBB

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

Shades of Fuchsia #C94BBB

Tints of Fuchsia #C94BBB

Color information

#C94BBB (or 0xC94BBB) is unknown color: approx Fuchsia. HEX triplet: C9, 4B and BB. RGB value is (201,75,187). Sum of RGB (Red+Green+Blue) = 201+75+187=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBB is #36B444. Grayscale: #7D7D7D. Windows color (decimal): -3585093 or 12274633. OLE color: 12274633.

HSL color Cylindrical-coordinate representation of color #C94BBB: hue angle of 306.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94BBB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20175187-
CMYK00.630.070.21
HSL306.67º53.85%54.12%-
HSV(B)306.67º62.69%78.82%-
XYZ35.5721.0449.2-
YUV125.44162.74181.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=43.41%
G=16.20%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017518700.630.070.21306.6753.8554.12
HexC94BBB03F7151333636
Octal3111132730777254636666
Binary11001001100101110111011011111111110101100110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BBB; }

 p { color: rgb(201,75,187); }

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

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

 a { background-color: rgb(201,75,187); }

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

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

 span { border-color: rgb(201,75,187); }

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