#C458CB

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

Shades of Fuchsia #C458CB

Tints of Fuchsia #C458CB

Color information

#C458CB (or 0xC458CB) is unknown color: approx Fuchsia. HEX triplet: C4, 58 and CB. RGB value is (196,88,203). Sum of RGB (Red+Green+Blue) = 196+88+203=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C458CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CB is #3BA734. Grayscale: #858585. Windows color (decimal): -3909429 or 13326532. OLE color: 13326532.

HSL color Cylindrical-coordinate representation of color #C458CB: hue angle of 296.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C458CB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19688203-
CMYK0.030.5700.20
HSL296.35º52.51%57.06%-
HSV(B)296.35º56.65%79.61%-
XYZ37.0323.0358.99-
YUV133.4167.28172.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 88 (34.77% from 255) = 18.07%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=40.25%
G=18.07%
B=41.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196882030.030.5700.20296.3552.5157.06
HexC458CB3390141283539
Octal3041303133710244506571
Binary1100010010110001100101111111001010100100101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458CB; }

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

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

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

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

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

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

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

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