#CA48B6

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

Shades of Fuchsia #CA48B6

Tints of Fuchsia #CA48B6

Color information

#CA48B6 (or 0xCA48B6) is unknown color: approx Fuchsia. HEX triplet: CA, 48 and B6. RGB value is (202,72,182). Sum of RGB (Red+Green+Blue) = 202+72+182=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48B6 is #35B749. Grayscale: #7B7B7B. Windows color (decimal): -3520330 or 11946186. OLE color: 11946186.

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

Color convert

RGB20272182-
CMYK00.640.100.21
HSL309.23º55.08%53.73%-
HSV(B)309.23º64.36%79.22%-
XYZ35.1220.5746.38-
YUV123.41161.07184.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 72 (28.52% from 255) = 15.79%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=44.30%
G=15.79%
B=39.91%

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
Decimal2027218200.640.100.21309.2355.0853.73
HexCA48B6040A151353736
Octal312110266010012254656766
Binary1100101010010001011011001000000101010101100110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48B6; }

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

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

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

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

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

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

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

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