#CA48BE

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

Shades of Fuchsia #CA48BE

Tints of Fuchsia #CA48BE

Color information

#CA48BE (or 0xCA48BE) is unknown color: approx Fuchsia. HEX triplet: CA, 48 and BE. RGB value is (202,72,190). Sum of RGB (Red+Green+Blue) = 202+72+190=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48BE is #35B741. Grayscale: #7B7B7B. Windows color (decimal): -3520322 or 12470474. OLE color: 12470474.

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

Color convert

RGB20272190-
CMYK00.640.060.21
HSL305.54º55.08%53.73%-
HSV(B)305.54º64.36%79.22%-
XYZ35.9720.9150.86-
YUV124.32165.07183.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 72 (28.52% from 255) = 15.52%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=43.53%
G=15.52%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027219000.640.060.21305.5455.0853.73
HexCA48BE0406151323736
Octal31211027601006254626766
Binary110010101001000101111100100000011010101100110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48BE; }

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

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

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

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

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

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

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

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