#CA61BD

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

Shades of Fuchsia #CA61BD

Tints of Fuchsia #CA61BD

Color information

#CA61BD (or 0xCA61BD) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and BD. RGB value is (202,97,189). Sum of RGB (Red+Green+Blue) = 202+97+189=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61BD is #359E42. Grayscale: #8A8A8A. Windows color (decimal): -3513923 or 12411338. OLE color: 12411338.

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

Color convert

RGB20297189-
CMYK00.520.060.21
HSL307.43º49.76%58.63%-
HSV(B)307.43º51.98%79.22%-
XYZ37.8224.7850.93-
YUV138.88156.29173.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=41.39%
G=19.88%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029718900.520.060.21307.4349.7658.63
HexCA61BD034615133323b
Octal3121412750646254636273
Binary11001010110000110111101011010011010101100110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61BD; }

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

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

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

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

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

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

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

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