#CA60CF

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

Shades of Fuchsia #CA60CF

Tints of Fuchsia #CA60CF

Color information

#CA60CF (or 0xCA60CF) is unknown color: approx Fuchsia. HEX triplet: CA, 60 and CF. RGB value is (202,96,207). Sum of RGB (Red+Green+Blue) = 202+96+207=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60CF is #359F30. Grayscale: #8C8C8C. Windows color (decimal): -3514161 or 13590730. OLE color: 13590730.

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

Color convert

RGB20296207-
CMYK0.020.5400.19
HSL297.3º53.62%59.41%-
HSV(B)297.3º53.62%81.18%-
XYZ39.825.4361.84-
YUV140.35165.62171.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=40%
G=19.01%
B=40.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202962070.020.5400.19297.353.6259.41
HexCA60CF236013129363b
Octal3121403172660234516673
Binary1100101011000001100111110110110010011100101001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60CF; }

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

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

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

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

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

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

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

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