#CA45BB

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

Shades of Fuchsia #CA45BB

Tints of Fuchsia #CA45BB

Color information

#CA45BB (or 0xCA45BB) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and BB. RGB value is (202,69,187). Sum of RGB (Red+Green+Blue) = 202+69+187=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45BB is #35BA44. Grayscale: #797979. Windows color (decimal): -3521093 or 12273098. OLE color: 12273098.

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

Color convert

RGB20269187-
CMYK00.660.070.21
HSL306.77º55.65%53.14%-
HSV(B)306.77º65.84%79.22%-
XYZ35.4520.449.08-
YUV122.22164.56184.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 69 (27.34% from 255) = 15.07%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=44.10%
G=15.07%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026918700.660.070.21306.7755.6553.14
HexCA45BB0427151333835
Octal31210527301027254637065
Binary110010101000101101110110100001011110101100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45BB; }

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

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

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

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

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

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

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

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