#C92BB8

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

Shades of Fuchsia #C92BB8

Tints of Fuchsia #C92BB8

Color information

#C92BB8 (or 0xC92BB8) is unknown color: approx Fuchsia. HEX triplet: C9, 2B and B8. RGB value is (201,43,184). Sum of RGB (Red+Green+Blue) = 201+43+184=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C92BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BB8 is #36D447. Grayscale: #696969. Windows color (decimal): -3593288 or 12069833. OLE color: 12069833.

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

Color convert

RGB20143184-
CMYK00.790.080.21
HSL306.46º64.75%47.84%-
HSV(B)306.46º78.61%78.82%-
XYZ33.617.6146.97-
YUV106.32171.85195.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 43 (17.19% from 255) = 10.05%
BLUE value IS 184 (72.27% from 255) = 42.99%
R=46.96%
G=10.05%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014318400.790.080.21306.4664.7547.84
HexC92BB804F8151324130
Octal311532700117102546210160
Binary1100100110101110111000010011111000101011001100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92BB8; }

 p { color: rgb(201,43,184); }

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

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

 a { background-color: rgb(201,43,184); }

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

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

 span { border-color: rgb(201,43,184); }

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