#C036C1

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

Shades of Fuchsia #C036C1

Tints of Fuchsia #C036C1

Color information

#C036C1 (or 0xC036C1) is unknown color: approx Fuchsia. HEX triplet: C0, 36 and C1. RGB value is (192,54,193). Sum of RGB (Red+Green+Blue) = 192+54+193=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #C036C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036C1 is #3FC93E. Grayscale: #6E6E6E. Windows color (decimal): -4180287 or 12662464. OLE color: 12662464.

HSL color Cylindrical-coordinate representation of color #C036C1: hue angle of 299.57º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036C1 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19254193-
CMYK0.010.7200.24
HSL299.57º56.28%48.43%-
HSV(B)299.57º72.02%75.69%-
XYZ32.6817.752.14-
YUV111.11174.22185.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 54 (21.48% from 255) = 12.30%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=43.74%
G=12.30%
B=43.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192541930.010.7200.24299.5756.2848.43
HexC036C114801812c3830
Octal3006630111100304547060
Binary110000001101101100000111001000011000100101100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C036C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C036C1; }

 p { color: rgb(192,54,193); }

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

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

 a { background-color: rgb(192,54,193); }

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

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

 span { border-color: rgb(192,54,193); }

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