#CA61BC

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

Shades of Fuchsia #CA61BC

Tints of Fuchsia #CA61BC

Color information

#CA61BC (or 0xCA61BC) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and BC. RGB value is (202,97,188). Sum of RGB (Red+Green+Blue) = 202+97+188=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61BC is #359E43. Grayscale: #8A8A8A. Windows color (decimal): -3513924 or 12345802. OLE color: 12345802.

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

Color convert

RGB20297188-
CMYK00.520.070.21
HSL308º49.76%58.63%-
HSV(B)308º51.98%79.22%-
XYZ37.7124.7450.36-
YUV138.77155.79173.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=41.48%
G=19.92%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029718800.520.070.2130849.7658.63
HexCA61BC034715134323b
Octal3121412740647254646273
Binary11001010110000110111100011010011110101100110100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61BC; }

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

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

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

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

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

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

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

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