#CA54CF

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

Shades of Fuchsia #CA54CF

Tints of Fuchsia #CA54CF

Color information

#CA54CF (or 0xCA54CF) is unknown color: approx Fuchsia. HEX triplet: CA, 54 and CF. RGB value is (202,84,207). Sum of RGB (Red+Green+Blue) = 202+84+207=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54CF is #35AB30. Grayscale: #848484. Windows color (decimal): -3517233 or 13587658. OLE color: 13587658.

HSL color Cylindrical-coordinate representation of color #CA54CF: hue angle of 297.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA54CF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20284207-
CMYK0.020.5900.19
HSL297.56º56.16%57.06%-
HSV(B)297.56º59.42%81.18%-
XYZ38.7923.461.5-
YUV133.3169.59177-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=40.97%
G=17.04%
B=41.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202842070.020.5900.19297.5656.1657.06
HexCA54CF23B01312a3839
Octal3121243172730234527071
Binary1100101010101001100111110111011010011100101010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54CF; }

 p { color: rgb(202,84,207); }

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

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

 a { background-color: rgb(202,84,207); }

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

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

 span { border-color: rgb(202,84,207); }

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