#C258C1

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

Shades of Fuchsia #C258C1

Tints of Fuchsia #C258C1

Color information

#C258C1 (or 0xC258C1) is unknown color: approx Fuchsia. HEX triplet: C2, 58 and C1. RGB value is (194,88,193). Sum of RGB (Red+Green+Blue) = 194+88+193=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C258C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258C1 is #3DA73E. Grayscale: #838383. Windows color (decimal): -4040511 or 12671170. OLE color: 12671170.

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

Color convert

RGB19488193-
CMYK00.550.010.24
HSL300.57º46.49%55.29%-
HSV(B)300.57º54.64%76.08%-
XYZ35.3622.352.89-
YUV131.66162.62172.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=40.84%
G=18.53%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948819300.550.010.24300.5746.4955.29
HexC258C103711812d2e37
Octal3021303010671304555667
Binary110000101011000110000010110111111000100101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C258C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C258C1; }

 p { color: rgb(194,88,193); }

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

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

 a { background-color: rgb(194,88,193); }

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

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

 span { border-color: rgb(194,88,193); }

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