#c92dbe

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

Shades of Fuchsia #C92DBE

Tints of Fuchsia #C92DBE

Color information

#C92DBE (or 0xC92DBE) is unknown color: approx Fuchsia. HEX triplet: C9, 2D and BE. RGB value is (201,45,190). Sum of RGB (Red+Green+Blue) = 201+45+190=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DBE is #36D241. Grayscale: #6B6B6B. Windows color (decimal): -3592770 or 12463561. OLE color: 12463561.

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

Color convert

RGB20145190-
CMYK00.780.050.21
HSL304.23º63.41%48.24%-
HSV(B)304.23º77.61%78.82%-
XYZ34.3218.0150.38-
YUV108.17174.18194.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 45 (17.97% from 255) = 10.32%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=46.10%
G=10.32%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014519000.780.050.21304.2363.4148.24
HexC92DBE04E5151303f30
Octal3115527601165254607760
Binary11001001101101101111100100111010110101100110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c92dbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c92dbe; }

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

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

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

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

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

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

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

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