#CA61AE

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

Shades of Fuchsia #CA61AE

Tints of Fuchsia #CA61AE

Color information

#CA61AE (or 0xCA61AE) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and AE. RGB value is (202,97,174). Sum of RGB (Red+Green+Blue) = 202+97+174=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61AE is #359E51. Grayscale: #888888. Windows color (decimal): -3513938 or 11428298. OLE color: 11428298.

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

Color convert

RGB20297174-
CMYK00.520.140.21
HSL316º49.76%58.63%-
HSV(B)316º51.98%79.22%-
XYZ36.2724.1642.8-
YUV137.17148.79174.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=42.71%
G=20.51%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029717400.520.140.2131649.7658.63
HexCA61AE034E1513c323b
Octal31214125606416254746273
Binary110010101100001101011100110100111010101100111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61AE; }

 p { color: rgb(202,97,174); }

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

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

 a { background-color: rgb(202,97,174); }

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

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

 span { border-color: rgb(202,97,174); }

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