#CA45BA

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

Shades of Fuchsia #CA45BA

Tints of Fuchsia #CA45BA

Color information

#CA45BA (or 0xCA45BA) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and BA. RGB value is (202,69,186). Sum of RGB (Red+Green+Blue) = 202+69+186=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45BA is #35BA45. Grayscale: #797979. Windows color (decimal): -3521094 or 12207562. OLE color: 12207562.

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

Color convert

RGB20269186-
CMYK00.660.080.21
HSL307.22º55.65%53.14%-
HSV(B)307.22º65.84%79.22%-
XYZ35.3520.3648.52-
YUV122.1164.06184.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=44.20%
G=15.10%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026918600.660.080.21307.2255.6553.14
HexCA45BA0428151333835
Octal312105272010210254637065
Binary1100101010001011011101001000010100010101100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45BA; }

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

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

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

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

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

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

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

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