#C130C8

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

Shades of Fuchsia #C130C8

Tints of Fuchsia #C130C8

Color information

#C130C8 (or 0xC130C8) is unknown color: approx Fuchsia. HEX triplet: C1, 30 and C8. RGB value is (193,48,200). Sum of RGB (Red+Green+Blue) = 193+48+200=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #C130C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130C8 is #3ECF37. Grayscale: #6C6C6C. Windows color (decimal): -4116280 or 13119681. OLE color: 13119681.

HSL color Cylindrical-coordinate representation of color #C130C8: hue angle of 297.24º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C130C8 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19348200-
CMYK0.040.7600.22
HSL297.24º61.29%48.63%-
HSV(B)297.24º76%78.43%-
XYZ33.4717.6256.28-
YUV108.68179.54188.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 48 (19.14% from 255) = 10.88%
BLUE value IS 200 (78.52% from 255) = 45.35%
R=43.76%
G=10.88%
B=45.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193482000.040.7600.22297.2461.2948.63
HexC130C844C0161293d31
Octal3016031041140264517561
Binary11000001110000110010001001001100010110100101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C130C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C130C8; }

 p { color: rgb(193,48,200); }

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

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

 a { background-color: rgb(193,48,200); }

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

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

 span { border-color: rgb(193,48,200); }

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