#CA3ACA

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

Shades of Fuchsia #CA3ACA

Tints of Fuchsia #CA3ACA

Color information

#CA3ACA (or 0xCA3ACA) is unknown color: approx Fuchsia. HEX triplet: CA, 3A and CA. RGB value is (202,58,202). Sum of RGB (Red+Green+Blue) = 202+58+202=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA3ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ACA is #35C535. Grayscale: #757575. Windows color (decimal): -3523894 or 13253322. OLE color: 13253322.

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

Color convert

RGB20258202-
CMYK00.7100.21
HSL300º57.6%50.98%-
HSV(B)300º71.29%79.22%-
XYZ36.5319.8557.78-
YUV117.47175.71188.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 58 (23.05% from 255) = 12.55%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=43.72%
G=12.55%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025820200.7100.2130057.650.98
HexCA3ACA04701512c3a33
Octal3127231201070254547263
Binary110010101110101100101001000111010101100101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3ACA; }

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

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

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

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

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

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

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

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