#CA42BA

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

Shades of Fuchsia #CA42BA

Tints of Fuchsia #CA42BA

Color information

#CA42BA (or 0xCA42BA) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and BA. RGB value is (202,66,186). Sum of RGB (Red+Green+Blue) = 202+66+186=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42BA is #35BD45. Grayscale: #787878. Windows color (decimal): -3521862 or 12206794. OLE color: 12206794.

HSL color Cylindrical-coordinate representation of color #CA42BA: hue angle of 307.06º 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 #CA42BA is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20266186-
CMYK00.670.080.21
HSL307.06º56.2%52.55%-
HSV(B)307.06º67.33%79.22%-
XYZ35.172048.46-
YUV120.34165.06186.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=44.49%
G=14.54%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026618600.670.080.21307.0656.252.55
HexCA42BA0438151333835
Octal312102272010310254637065
Binary1100101010000101011101001000011100010101100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42BA; }

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

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

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

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

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

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

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

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