#C458C6

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

Shades of Fuchsia #C458C6

Tints of Fuchsia #C458C6

Color information

#C458C6 (or 0xC458C6) is unknown color: approx Fuchsia. HEX triplet: C4, 58 and C6. RGB value is (196,88,198). Sum of RGB (Red+Green+Blue) = 196+88+198=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C458C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458C6 is #3BA739. Grayscale: #848484. Windows color (decimal): -3909434 or 12998852. OLE color: 12998852.

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

Color convert

RGB19688198-
CMYK0.010.5600.22
HSL298.91º49.11%56.08%-
HSV(B)298.91º55.56%77.65%-
XYZ36.4522.7955.9-
YUV132.83164.78173.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 88 (34.77% from 255) = 18.26%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=40.66%
G=18.26%
B=41.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196881980.010.5600.22298.9149.1156.08
HexC458C613801612b3138
Octal3041303061700264536170
Binary110001001011000110001101111000010110100101011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458C6; }

 p { color: rgb(196,88,198); }

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

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

 a { background-color: rgb(196,88,198); }

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

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

 span { border-color: rgb(196,88,198); }

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