#CA48CA

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

Shades of Fuchsia #CA48CA

Tints of Fuchsia #CA48CA

Color information

#CA48CA (or 0xCA48CA) is unknown color: approx Fuchsia. HEX triplet: CA, 48 and CA. RGB value is (202,72,202). Sum of RGB (Red+Green+Blue) = 202+72+202=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48CA is #35B735. Grayscale: #7D7D7D. Windows color (decimal): -3520310 or 13256906. OLE color: 13256906.

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

Color convert

RGB20272202-
CMYK00.6400.21
HSL300º55.08%53.73%-
HSV(B)300º64.36%79.22%-
XYZ37.3421.4658.05-
YUV125.69171.07182.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 72 (28.52% from 255) = 15.13%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=42.44%
G=15.13%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027220200.6400.2130055.0853.73
HexCA48CA04001512c3736
Octal31211031201000254546766
Binary1100101010010001100101001000000010101100101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48CA; }

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

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

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

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

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

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

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

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