#C94BBE

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

Shades of Fuchsia #C94BBE

Tints of Fuchsia #C94BBE

Color information

#C94BBE (or 0xC94BBE) is unknown color: approx Fuchsia. HEX triplet: C9, 4B and BE. RGB value is (201,75,190). Sum of RGB (Red+Green+Blue) = 201+75+190=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBE is #36B441. Grayscale: #7D7D7D. Windows color (decimal): -3585090 or 12471241. OLE color: 12471241.

HSL color Cylindrical-coordinate representation of color #C94BBE: hue angle of 305.24º 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 #C94BBE is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20175190-
CMYK00.630.050.21
HSL305.24º53.85%54.12%-
HSV(B)305.24º62.69%78.82%-
XYZ35.921.1750.91-
YUV125.78164.24181.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 75 (29.69% from 255) = 16.09%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=43.13%
G=16.09%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017519000.630.050.21305.2453.8554.12
HexC94BBE03F5151313636
Octal3111132760775254616666
Binary11001001100101110111110011111110110101100110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BBE; }

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

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

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

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

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

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

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

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