#CA42AD

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

Shades of Fuchsia #CA42AD

Tints of Fuchsia #CA42AD

Color information

#CA42AD (or 0xCA42AD) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and AD. RGB value is (202,66,173). Sum of RGB (Red+Green+Blue) = 202+66+173=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42AD is #35BD52. Grayscale: #767676. Windows color (decimal): -3521875 or 11354826. OLE color: 11354826.

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

Color convert

RGB20266173-
CMYK00.670.140.21
HSL312.79º56.2%52.55%-
HSV(B)312.79º67.33%79.22%-
XYZ33.8519.4741.51-
YUV118.86158.56187.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=45.80%
G=14.97%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026617300.670.140.21312.7956.252.55
HexCA42AD043E151393835
Octal312102255010316254717065
Binary1100101010000101010110101000011111010101100111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42AD; }

 p { color: rgb(202,66,173); }

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

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

 a { background-color: rgb(202,66,173); }

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

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

 span { border-color: rgb(202,66,173); }

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