#C631C0

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

Shades of Fuchsia #C631C0

Tints of Fuchsia #C631C0

Color information

#C631C0 (or 0xC631C0) is unknown color: approx Fuchsia. HEX triplet: C6, 31 and C0. RGB value is (198,49,192). Sum of RGB (Red+Green+Blue) = 198+49+192=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C631C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631C0 is #39CE3F. Grayscale: #6D6D6D. Windows color (decimal): -3788352 or 12595654. OLE color: 12595654.

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

Color convert

RGB19849192-
CMYK00.750.030.22
HSL302.42º60.32%48.43%-
HSV(B)302.42º75.25%77.65%-
XYZ33.918.0151.56-
YUV109.85174.36190.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984919200.750.030.22302.4260.3248.43
HexC631C004B31612e3c30
Octal3066130001133264567460
Binary1100011011000111000000010010111110110100101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C631C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C631C0; }

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

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

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

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

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

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

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

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