#CA61B0

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

Shades of Fuchsia #CA61B0

Tints of Fuchsia #CA61B0

Color information

#CA61B0 (or 0xCA61B0) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and B0. RGB value is (202,97,176). Sum of RGB (Red+Green+Blue) = 202+97+176=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61B0 is #359E4F. Grayscale: #898989. Windows color (decimal): -3513936 or 11559370. OLE color: 11559370.

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

Color convert

RGB20297176-
CMYK00.520.130.21
HSL314.86º49.76%58.63%-
HSV(B)314.86º51.98%79.22%-
XYZ36.4724.2443.83-
YUV137.4149.79174.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=42.53%
G=20.42%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029717600.520.130.21314.8649.7658.63
HexCA61B0034D1513b323b
Octal31214126006415254736273
Binary110010101100001101100000110100110110101100111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61B0; }

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

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

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

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

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

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

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

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