#C13FC8

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

Shades of Fuchsia #C13FC8

Tints of Fuchsia #C13FC8

Color information

#C13FC8 (or 0xC13FC8) is unknown color: approx Fuchsia. HEX triplet: C1, 3F and C8. RGB value is (193,63,200). Sum of RGB (Red+Green+Blue) = 193+63+200=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #C13FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FC8 is #3EC037. Grayscale: #757575. Windows color (decimal): -4112440 or 13123521. OLE color: 13123521.

HSL color Cylindrical-coordinate representation of color #C13FC8: hue angle of 296.93º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13FC8 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19363200-
CMYK0.040.6800.22
HSL296.93º55.47%51.57%-
HSV(B)296.93º68.5%78.43%-
XYZ34.219.0656.52-
YUV117.49174.57181.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=42.32%
G=13.82%
B=43.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193632000.040.6800.22296.9355.4751.57
HexC13FC84440161293734
Octal3017731041040264516764
Binary11000001111111110010001001000100010110100101001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13FC8; }

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

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

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

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

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

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

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

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