#C262AD

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

Shades of Fuchsia #C262AD

Tints of Fuchsia #C262AD

Color information

#C262AD (or 0xC262AD) is unknown color: approx Fuchsia. HEX triplet: C2, 62 and AD. RGB value is (194,98,173). Sum of RGB (Red+Green+Blue) = 194+98+173=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C262AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262AD is #3D9D52. Grayscale: #878787. Windows color (decimal): -4037971 or 11363010. OLE color: 11363010.

HSL color Cylindrical-coordinate representation of color #C262AD: hue angle of 313.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C262AD is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19498173-
CMYK00.490.110.24
HSL313.12º44.04%57.25%-
HSV(B)313.12º49.48%76.08%-
XYZ34.1623.2242.22-
YUV135.25149.3169.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=41.72%
G=21.08%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949817300.490.110.24313.1244.0457.25
HexC262AD031B181392c39
Octal30214225506113304715471
Binary110000101100010101011010110001101111000100111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262AD; }

 p { color: rgb(194,98,173); }

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

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

 a { background-color: rgb(194,98,173); }

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

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

 span { border-color: rgb(194,98,173); }

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