#CA60AE

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

Shades of Fuchsia #CA60AE

Tints of Fuchsia #CA60AE

Color information

#CA60AE (or 0xCA60AE) is unknown color: approx Fuchsia. HEX triplet: CA, 60 and AE. RGB value is (202,96,174). Sum of RGB (Red+Green+Blue) = 202+96+174=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60AE is #359F51. Grayscale: #888888. Windows color (decimal): -3514194 or 11428042. OLE color: 11428042.

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

Color convert

RGB20296174-
CMYK00.520.140.21
HSL315.85º50%58.43%-
HSV(B)315.85º52.48%79.22%-
XYZ36.1823.9842.77-
YUV136.59149.12174.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=42.80%
G=20.34%
B=36.86%

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
Decimal2029617400.520.140.21315.855058.43
HexCA60AE034E1513c323a
Octal31214025606416254746272
Binary110010101100000101011100110100111010101100111100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60AE; }

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

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

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

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

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

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

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

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