#CA3AB7

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

Shades of Fuchsia #CA3AB7

Tints of Fuchsia #CA3AB7

Color information

#CA3AB7 (or 0xCA3AB7) is unknown color: approx Fuchsia. HEX triplet: CA, 3A and B7. RGB value is (202,58,183). Sum of RGB (Red+Green+Blue) = 202+58+183=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3AB7 is #35C548. Grayscale: #727272. Windows color (decimal): -3523913 or 12008138. OLE color: 12008138.

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

Color convert

RGB20258183-
CMYK00.710.090.21
HSL307.92º57.6%50.98%-
HSV(B)307.92º71.29%79.22%-
XYZ34.421946.65-
YUV115.31166.21189.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 58 (23.05% from 255) = 13.09%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=45.60%
G=13.09%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025818300.710.090.21307.9257.650.98
HexCA3AB70479151343a33
Octal31272267010711254647263
Binary110010101110101011011101000111100110101100110100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3AB7; }

 p { color: rgb(202,58,183); }

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

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

 a { background-color: rgb(202,58,183); }

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

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

 span { border-color: rgb(202,58,183); }

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