#CA61B6

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

Shades of Fuchsia #CA61B6

Tints of Fuchsia #CA61B6

Color information

#CA61B6 (or 0xCA61B6) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and B6. RGB value is (202,97,182). Sum of RGB (Red+Green+Blue) = 202+97+182=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61B6 is #359E49. Grayscale: #898989. Windows color (decimal): -3513930 or 11952586. OLE color: 11952586.

HSL color Cylindrical-coordinate representation of color #CA61B6: hue angle of 311.43º 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 #CA61B6 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20297182-
CMYK00.520.100.21
HSL311.43º49.76%58.63%-
HSV(B)311.43º51.98%79.22%-
XYZ37.0824.4847.03-
YUV138.08152.79173.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=42.00%
G=20.17%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029718200.520.100.21311.4349.7658.63
HexCA61B6034A15137323b
Octal31214126606412254676273
Binary110010101100001101101100110100101010101100110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61B6; }

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

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

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

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

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

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

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

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