#C02EAD

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

Shades of Fuchsia #C02EAD

Tints of Fuchsia #C02EAD

Color information

#C02EAD (or 0xC02EAD) is unknown color: approx Fuchsia. HEX triplet: C0, 2E and AD. RGB value is (192,46,173). Sum of RGB (Red+Green+Blue) = 192+46+173=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EAD is #3FD152. Grayscale: #676767. Windows color (decimal): -4182355 or 11349696. OLE color: 11349696.

HSL color Cylindrical-coordinate representation of color #C02EAD: hue angle of 307.81º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02EAD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19246173-
CMYK00.760.100.25
HSL307.81º61.34%46.67%-
HSV(B)307.81º76.04%75.29%-
XYZ30.2616.1841.06-
YUV104.13166.87190.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 46 (18.36% from 255) = 11.19%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=46.72%
G=11.19%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924617300.760.100.25307.8161.3446.67
HexC02EAD04CA191343d2f
Octal30056255011412314647557
Binary110000001011101010110101001100101011001100110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02EAD; }

 p { color: rgb(192,46,173); }

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

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

 a { background-color: rgb(192,46,173); }

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

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

 span { border-color: rgb(192,46,173); }

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