#C031C6

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

Shades of Fuchsia #C031C6

Tints of Fuchsia #C031C6

Color information

#C031C6 (or 0xC031C6) is unknown color: approx Fuchsia. HEX triplet: C0, 31 and C6. RGB value is (192,49,198). Sum of RGB (Red+Green+Blue) = 192+49+198=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #C031C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031C6 is #3FCE39. Grayscale: #6C6C6C. Windows color (decimal): -4181562 or 12988864. OLE color: 12988864.

HSL color Cylindrical-coordinate representation of color #C031C6: hue angle of 297.58º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C031C6 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19249198-
CMYK0.030.7500.22
HSL297.58º60.32%48.43%-
HSV(B)297.58º75.25%77.65%-
XYZ33.0317.4855.06-
YUV108.74178.38187.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 49 (19.53% from 255) = 11.16%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=43.74%
G=11.16%
B=45.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192491980.030.7500.22297.5860.3248.43
HexC031C634B01612a3c30
Octal3006130631130264527460
Binary1100000011000111000110111001011010110100101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C031C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C031C6; }

 p { color: rgb(192,49,198); }

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

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

 a { background-color: rgb(192,49,198); }

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

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

 span { border-color: rgb(192,49,198); }

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