#ca47c9

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

Shades of Fuchsia #CA47C9

Tints of Fuchsia #CA47C9

Color information

#CA47C9 (or 0xCA47C9) is unknown color: approx Fuchsia. HEX triplet: CA, 47 and C9. RGB value is (202,71,201). Sum of RGB (Red+Green+Blue) = 202+71+201=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47C9 is #35B836. Grayscale: #7C7C7C. Windows color (decimal): -3520567 or 13191114. OLE color: 13191114.

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

Color convert

RGB20271201-
CMYK00.650.000.21
HSL300.46º55.27%53.53%-
HSV(B)300.46º64.85%79.22%-
XYZ37.1521.2857.41-
YUV124.99170.9182.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 71 (28.12% from 255) = 14.98%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=42.62%
G=14.98%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027120100.650.000.21300.4655.2753.53
HexCA47C904101512c3736
Octal31210731101010254546766
Binary1100101010001111100100101000001010101100101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca47c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca47c9; }

 p { color: rgb(202,71,201); }

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

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

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

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

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

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

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