#CA4ACE

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

Shades of Fuchsia #CA4ACE

Tints of Fuchsia #CA4ACE

Color information

#CA4ACE (or 0xCA4ACE) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and CE. RGB value is (202,74,206). Sum of RGB (Red+Green+Blue) = 202+74+206=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ACE is #35B531. Grayscale: #7E7E7E. Windows color (decimal): -3519794 or 13519562. OLE color: 13519562.

HSL color Cylindrical-coordinate representation of color #CA4ACE: hue angle of 298.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4ACE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20274206-
CMYK0.020.6400.19
HSL298.18º57.39%54.9%-
HSV(B)298.18º64.08%80.78%-
XYZ37.9521.9160.62-
YUV127.32172.41181.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 74 (29.30% from 255) = 15.35%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=41.91%
G=15.35%
B=42.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202742060.020.6400.19298.1857.3954.9
HexCA4ACE24001312a3937
Octal31211231621000234527167
Binary11001010100101011001110101000000010011100101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4ACE; }

 p { color: rgb(202,74,206); }

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

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

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

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

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

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

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