#CA4DBA

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

Shades of Fuchsia #CA4DBA

Tints of Fuchsia #CA4DBA

Color information

#CA4DBA (or 0xCA4DBA) is unknown color: approx Fuchsia. HEX triplet: CA, 4D and BA. RGB value is (202,77,186). Sum of RGB (Red+Green+Blue) = 202+77+186=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DBA is #35B245. Grayscale: #7E7E7E. Windows color (decimal): -3519046 or 12209610. OLE color: 12209610.

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

Color convert

RGB20277186-
CMYK00.620.080.21
HSL307.68º54.11%54.71%-
HSV(B)307.68º61.88%79.22%-
XYZ35.8721.4148.7-
YUV126.8161.41181.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 77 (30.47% from 255) = 16.56%
BLUE value IS 186 (73.05% from 255) = 40%
R=43.44%
G=16.56%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027718600.620.080.21307.6854.1154.71
HexCA4DBA03E8151343637
Octal31211527207610254646667
Binary110010101001101101110100111110100010101100110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DBA; }

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

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

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

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

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

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

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

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