#CA47CC

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

Shades of Fuchsia #CA47CC

Tints of Fuchsia #CA47CC

Color information

#CA47CC (or 0xCA47CC) is unknown color: approx Fuchsia. HEX triplet: CA, 47 and CC. RGB value is (202,71,204). Sum of RGB (Red+Green+Blue) = 202+71+204=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47CC is #35B833. Grayscale: #7C7C7C. Windows color (decimal): -3520564 or 13387722. OLE color: 13387722.

HSL color Cylindrical-coordinate representation of color #CA47CC: hue angle of 299.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA47CC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20271204-
CMYK0.010.6500.2
HSL299.1º56.6%53.92%-
HSV(B)299.1º65.2%80%-
XYZ37.5121.4259.28-
YUV125.33172.4182.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 71 (28.12% from 255) = 14.88%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=42.35%
G=14.88%
B=42.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202712040.010.6500.2299.156.653.92
HexCA47CC14101412b3936
Octal31210731411010244537166
Binary1100101010001111100110011000001010100100101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA47CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA47CC; }

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

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

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

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

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

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

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

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