#CA61BE

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

Shades of Fuchsia #CA61BE

Tints of Fuchsia #CA61BE

Color information

#CA61BE (or 0xCA61BE) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and BE. RGB value is (202,97,190). Sum of RGB (Red+Green+Blue) = 202+97+190=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61BE is #359E41. Grayscale: #8A8A8A. Windows color (decimal): -3513922 or 12476874. OLE color: 12476874.

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

Color convert

RGB20297190-
CMYK00.520.060.21
HSL306.86º49.76%58.63%-
HSV(B)306.86º51.98%79.22%-
XYZ37.9324.8251.51-
YUV139156.79172.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=41.31%
G=19.84%
B=38.85%

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
Decimal2029719000.520.060.21306.8649.7658.63
HexCA61BE034615133323b
Octal3121412760646254636273
Binary11001010110000110111110011010011010101100110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61BE; }

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

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

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

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

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

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

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

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