#CA48B5

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

Shades of Fuchsia #CA48B5

Tints of Fuchsia #CA48B5

Color information

#CA48B5 (or 0xCA48B5) is unknown color: approx Fuchsia. HEX triplet: CA, 48 and B5. RGB value is (202,72,181). Sum of RGB (Red+Green+Blue) = 202+72+181=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48B5 is #35B74A. Grayscale: #7A7A7A. Windows color (decimal): -3520331 or 11880650. OLE color: 11880650.

HSL color Cylindrical-coordinate representation of color #CA48B5: hue angle of 309.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA48B5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20272181-
CMYK00.640.100.21
HSL309.69º55.08%53.73%-
HSV(B)309.69º64.36%79.22%-
XYZ35.0120.5345.83-
YUV123.3160.57184.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 72 (28.52% from 255) = 15.82%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=44.40%
G=15.82%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027218100.640.100.21309.6955.0853.73
HexCA48B5040A151363736
Octal312110265010012254666766
Binary1100101010010001011010101000000101010101100110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48B5; }

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

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

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

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

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

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

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

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