#CA4DAA

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

Shades of Fuchsia #CA4DAA

Tints of Fuchsia #CA4DAA

Color information

#CA4DAA (or 0xCA4DAA) is unknown color: approx Fuchsia. HEX triplet: CA, 4D and AA. RGB value is (202,77,170). Sum of RGB (Red+Green+Blue) = 202+77+170=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DAA is #35B255. Grayscale: #7C7C7C. Windows color (decimal): -3519062 or 11161034. OLE color: 11161034.

HSL color Cylindrical-coordinate representation of color #CA4DAA: hue angle of 315.36º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DAA is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20277170-
CMYK00.620.160.21
HSL315.36º54.11%54.71%-
HSV(B)315.36º61.88%79.22%-
XYZ34.2720.7740.23-
YUV124.98153.41182.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=44.99%
G=17.15%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027717000.620.160.21315.3654.1154.71
HexCA4DAA03E101513b3637
Octal31211525207620254736667
Binary1100101010011011010101001111101000010101100111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DAA; }

 p { color: rgb(202,77,170); }

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

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

 a { background-color: rgb(202,77,170); }

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

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

 span { border-color: rgb(202,77,170); }

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