#CA61B2

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

Shades of Fuchsia #CA61B2

Tints of Fuchsia #CA61B2

Color information

#CA61B2 (or 0xCA61B2) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and B2. RGB value is (202,97,178). Sum of RGB (Red+Green+Blue) = 202+97+178=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61B2 is #359E4D. Grayscale: #898989. Windows color (decimal): -3513934 or 11690442. OLE color: 11690442.

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

Color convert

RGB20297178-
CMYK00.520.120.21
HSL313.71º49.76%58.63%-
HSV(B)313.71º51.98%79.22%-
XYZ36.6724.3244.88-
YUV137.63150.79173.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=42.35%
G=20.34%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029717800.520.120.21313.7149.7658.63
HexCA61B2034C1513a323b
Octal31214126206414254726273
Binary110010101100001101100100110100110010101100111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61B2; }

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

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

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

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

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

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

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

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