#CA4ACC

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

Shades of Fuchsia #CA4ACC

Tints of Fuchsia #CA4ACC

Color information

#CA4ACC (or 0xCA4ACC) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and CC. RGB value is (202,74,204). Sum of RGB (Red+Green+Blue) = 202+74+204=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ACC is #35B533. Grayscale: #7E7E7E. Windows color (decimal): -3519796 or 13388490. OLE color: 13388490.

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

Color convert

RGB20274204-
CMYK0.010.6400.2
HSL299.08º56.03%54.51%-
HSV(B)299.08º63.73%80%-
XYZ37.721.8159.35-
YUV127.09171.41181.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 74 (29.30% from 255) = 15.42%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=42.08%
G=15.42%
B=42.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202742040.010.6400.2299.0856.0354.51
HexCA4ACC14001412b3837
Octal31211231411000244537067
Binary1100101010010101100110011000000010100100101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4ACC; }

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

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

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

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

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

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

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

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