#CA3DB5

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

Shades of Fuchsia #CA3DB5

Tints of Fuchsia #CA3DB5

Color information

#CA3DB5 (or 0xCA3DB5) is unknown color: approx Fuchsia. HEX triplet: CA, 3D and B5. RGB value is (202,61,181). Sum of RGB (Red+Green+Blue) = 202+61+181=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DB5 is #35C24A. Grayscale: #747474. Windows color (decimal): -3523147 or 11877834. OLE color: 11877834.

HSL color Cylindrical-coordinate representation of color #CA3DB5: hue angle of 308.94º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3DB5 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20261181-
CMYK00.700.100.21
HSL308.94º57.09%51.57%-
HSV(B)308.94º69.8%79.22%-
XYZ34.3719.2345.62-
YUV116.84164.21188.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 61 (24.22% from 255) = 13.74%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=45.50%
G=13.74%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026118100.700.100.21308.9457.0951.57
HexCA3DB5046A151353934
Octal31275265010612254657164
Binary110010101111011011010101000110101010101100110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3DB5; }

 p { color: rgb(202,61,181); }

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

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

 a { background-color: rgb(202,61,181); }

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

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

 span { border-color: rgb(202,61,181); }

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