#CA4ACA

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

Shades of Fuchsia #CA4ACA

Tints of Fuchsia #CA4ACA

Color information

#CA4ACA (or 0xCA4ACA) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and CA. RGB value is (202,74,202). Sum of RGB (Red+Green+Blue) = 202+74+202=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA4ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ACA is #35B535. Grayscale: #7E7E7E. Windows color (decimal): -3519798 or 13257418. OLE color: 13257418.

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

Color convert

RGB20274202-
CMYK00.6300.21
HSL300º54.7%54.12%-
HSV(B)300º63.37%79.22%-
XYZ37.4721.7258.09-
YUV126.86170.41181.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=42.26%
G=15.48%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027420200.6300.2130054.754.12
HexCA4ACA03F01512c3736
Octal3121123120770254546766
Binary110010101001010110010100111111010101100101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4ACA; }

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

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

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

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

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

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

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

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