#C255CA

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

Shades of Fuchsia #C255CA

Tints of Fuchsia #C255CA

Color information

#C255CA (or 0xC255CA) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and CA. RGB value is (194,85,202). Sum of RGB (Red+Green+Blue) = 194+85+202=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C255CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255CA is #3DAA35. Grayscale: #828282. Windows color (decimal): -4041270 or 13260226. OLE color: 13260226.

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

Color convert

RGB19485202-
CMYK0.040.5800.21
HSL295.9º52.47%56.27%-
HSV(B)295.9º57.92%79.22%-
XYZ36.1622.2358.26-
YUV130.93168.11172.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 85 (33.59% from 255) = 17.67%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=40.33%
G=17.67%
B=42.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194852020.040.5800.21295.952.4756.27
HexC255CA43A0151283438
Octal3021253124720254506470
Binary11000010101010111001010100111010010101100101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255CA; }

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

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

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

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

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

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

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

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