#C94BBC

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

Shades of Fuchsia #C94BBC

Tints of Fuchsia #C94BBC

Color information

#C94BBC (or 0xC94BBC) is unknown color: approx Fuchsia. HEX triplet: C9, 4B and BC. RGB value is (201,75,188). Sum of RGB (Red+Green+Blue) = 201+75+188=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBC is #36B443. Grayscale: #7D7D7D. Windows color (decimal): -3585092 or 12340169. OLE color: 12340169.

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

Color convert

RGB20175188-
CMYK00.630.060.21
HSL306.19º53.85%54.12%-
HSV(B)306.19º62.69%78.82%-
XYZ35.6821.0849.77-
YUV125.56163.24181.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 75 (29.69% from 255) = 16.16%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=43.32%
G=16.16%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017518800.630.060.21306.1953.8554.12
HexC94BBC03F6151323636
Octal3111132740776254626666
Binary11001001100101110111100011111111010101100110010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BBC; }

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

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

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

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

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

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

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

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