#C062CA

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

Shades of Fuchsia #C062CA

Tints of Fuchsia #C062CA

Color information

#C062CA (or 0xC062CA) is unknown color: approx Fuchsia. HEX triplet: C0, 62 and CA. RGB value is (192,98,202). Sum of RGB (Red+Green+Blue) = 192+98+202=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #C062CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062CA is #3F9D35. Grayscale: #898989. Windows color (decimal): -4169014 or 13263552. OLE color: 13263552.

HSL color Cylindrical-coordinate representation of color #C062CA: hue angle of 294.23º degrees, saturation: 0.5, 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 #C062CA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19298202-
CMYK0.050.5100.21
HSL294.23º49.52%58.82%-
HSV(B)294.23º51.49%79.22%-
XYZ36.7724.2158.61-
YUV137.96164.14166.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=39.02%
G=19.92%
B=41.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192982020.050.5100.21294.2349.5258.82
HexC062CA533015126323b
Octal3001423125630254466273
Binary11000000110001011001010101110011010101100100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C062CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C062CA; }

 p { color: rgb(192,98,202); }

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

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

 a { background-color: rgb(192,98,202); }

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

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

 span { border-color: rgb(192,98,202); }

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