#C92DBA

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

Shades of Fuchsia #C92DBA

Tints of Fuchsia #C92DBA

Color information

#C92DBA (or 0xC92DBA) is unknown color: approx Fuchsia. HEX triplet: C9, 2D and BA. RGB value is (201,45,186). Sum of RGB (Red+Green+Blue) = 201+45+186=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DBA is #36D245. Grayscale: #6B6B6B. Windows color (decimal): -3592774 or 12201417. OLE color: 12201417.

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

Color convert

RGB20145186-
CMYK00.780.070.21
HSL305.77º63.41%48.24%-
HSV(B)305.77º77.61%78.82%-
XYZ33.8917.8448.11-
YUV107.72172.18194.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 45 (17.97% from 255) = 10.42%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=46.53%
G=10.42%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014518600.780.070.21305.7763.4148.24
HexC92DBA04E7151323f30
Octal3115527201167254627760
Binary11001001101101101110100100111011110101100110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92DBA; }

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

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

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

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

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

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

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

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