#C62DAE

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

Shades of Fuchsia #C62DAE

Tints of Fuchsia #C62DAE

Color information

#C62DAE (or 0xC62DAE) is unknown color: approx Fuchsia. HEX triplet: C6, 2D and AE. RGB value is (198,45,174). Sum of RGB (Red+Green+Blue) = 198+45+174=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C62DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62DAE is #39D251. Grayscale: #696969. Windows color (decimal): -3789394 or 11414982. OLE color: 11414982.

HSL color Cylindrical-coordinate representation of color #C62DAE: hue angle of 309.41º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62DAE is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB19845174-
CMYK00.770.120.22
HSL309.41º62.96%47.65%-
HSV(B)309.41º77.27%77.65%-
XYZ31.8716.9441.63-
YUV105.45166.69194.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 45 (17.97% from 255) = 10.79%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=47.48%
G=10.79%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984517400.770.120.22309.4162.9647.65
HexC62DAE04DC161353f30
Octal30655256011514264657760
Binary110001101011011010111001001101110010110100110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62DAE; }

 p { color: rgb(198,45,174); }

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

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

 a { background-color: rgb(198,45,174); }

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

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

 span { border-color: rgb(198,45,174); }

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