#CA3CAC

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

Shades of Fuchsia #CA3CAC

Tints of Fuchsia #CA3CAC

Color information

#CA3CAC (or 0xCA3CAC) is unknown color: approx Fuchsia. HEX triplet: CA, 3C and AC. RGB value is (202,60,172). Sum of RGB (Red+Green+Blue) = 202+60+172=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3CAC is #35C353. Grayscale: #727272. Windows color (decimal): -3523412 or 11287754. OLE color: 11287754.

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

Color convert

RGB20260172-
CMYK00.700.150.21
HSL312.68º57.26%51.37%-
HSV(B)312.68º70.3%79.22%-
XYZ33.4218.7740.89-
YUV115.23160.04189.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 60 (23.83% from 255) = 13.82%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=46.54%
G=13.82%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026017200.700.150.21312.6857.2651.37
HexCA3CAC046F151393933
Octal31274254010617254717163
Binary110010101111001010110001000110111110101100111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3CAC; }

 p { color: rgb(202,60,172); }

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

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

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

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

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

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

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