#C92DC3

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

Shades of Fuchsia #C92DC3

Tints of Fuchsia #C92DC3

Color information

#C92DC3 (or 0xC92DC3) is unknown color: approx Fuchsia. HEX triplet: C9, 2D and C3. RGB value is (201,45,195). Sum of RGB (Red+Green+Blue) = 201+45+195=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DC3 is #36D23C. Grayscale: #6C6C6C. Windows color (decimal): -3592765 or 12791241. OLE color: 12791241.

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

Color convert

RGB20145195-
CMYK00.780.030.21
HSL302.31º63.41%48.24%-
HSV(B)302.31º77.61%78.82%-
XYZ34.8818.2353.31-
YUV108.74176.68193.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 45 (17.97% from 255) = 10.20%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=45.58%
G=10.20%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014519500.780.030.21302.3163.4148.24
HexC92DC304E31512e3f30
Octal3115530301163254567760
Binary1100100110110111000011010011101110101100101110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92DC3; }

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

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

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

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

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

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

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

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