#ca61ac

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

Shades of Fuchsia #CA61AC

Tints of Fuchsia #CA61AC

Color information

#CA61AC (or 0xCA61AC) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and AC. RGB value is (202,97,172). Sum of RGB (Red+Green+Blue) = 202+97+172=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61AC is #359E53. Grayscale: #888888. Windows color (decimal): -3513940 or 11297226. OLE color: 11297226.

HSL color Cylindrical-coordinate representation of color #CA61AC: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61AC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20297172-
CMYK00.520.150.21
HSL317.14º49.76%58.63%-
HSV(B)317.14º51.98%79.22%-
XYZ36.0824.0841.78-
YUV136.94147.79174.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=42.89%
G=20.59%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029717200.520.150.21317.1449.7658.63
HexCA61AC034F1513d323b
Octal31214125406417254756273
Binary110010101100001101011000110100111110101100111101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca61ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca61ac; }

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

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

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

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

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

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

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

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