#C256CA

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

Shades of Fuchsia #C256CA

Tints of Fuchsia #C256CA

Color information

#C256CA (or 0xC256CA) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and CA. RGB value is (194,86,202). Sum of RGB (Red+Green+Blue) = 194+86+202=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C256CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256CA is #3DA935. Grayscale: #838383. Windows color (decimal): -4041014 or 13260482. OLE color: 13260482.

HSL color Cylindrical-coordinate representation of color #C256CA: hue angle of 295.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C256CA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19486202-
CMYK0.040.5700.21
HSL295.86º52.25%56.47%-
HSV(B)295.86º57.43%79.22%-
XYZ36.2422.3958.29-
YUV131.52167.78172.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 86 (33.98% from 255) = 17.84%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=40.25%
G=17.84%
B=41.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194862020.040.5700.21295.8652.2556.47
HexC256CA4390151283438
Octal3021263124710254506470
Binary11000010101011011001010100111001010101100101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256CA; }

 p { color: rgb(194,86,202); }

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

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

 a { background-color: rgb(194,86,202); }

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

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

 span { border-color: rgb(194,86,202); }

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