#C263CA

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

Shades of Fuchsia #C263CA

Tints of Fuchsia #C263CA

Color information

#C263CA (or 0xC263CA) is unknown color: approx Fuchsia. HEX triplet: C2, 63 and CA. RGB value is (194,99,202). Sum of RGB (Red+Green+Blue) = 194+99+202=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #C263CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CA is #3D9C35. Grayscale: #8A8A8A. Windows color (decimal): -4037686 or 13263810. OLE color: 13263810.

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

Color convert

RGB19499202-
CMYK0.040.5100.21
HSL295.34º49.28%59.02%-
HSV(B)295.34º50.99%79.22%-
XYZ37.3724.6658.67-
YUV139.15163.47167.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=39.19%
G=20%
B=40.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194992020.040.5100.21295.3449.2859.02
HexC263CA433015127313b
Octal3021433124630254476173
Binary11000010110001111001010100110011010101100100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C263CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C263CA; }

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

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

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

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

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

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

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

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