#CF5AC6

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

Shades of Fuchsia #CF5AC6

Tints of Fuchsia #CF5AC6

Color information

#CF5AC6 (or 0xCF5AC6) is unknown color: approx Fuchsia. HEX triplet: CF, 5A and C6. RGB value is (207,90,198). Sum of RGB (Red+Green+Blue) = 207+90+198=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AC6 is #30A539. Grayscale: #888888. Windows color (decimal): -3188026 or 12999375. OLE color: 12999375.

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

Color convert

RGB20790198-
CMYK00.570.040.19
HSL304.62º54.93%58.24%-
HSV(B)304.62º56.52%81.18%-
XYZ39.5824.6556.1-
YUV137.29162.26177.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 198 (77.73% from 255) = 40%
R=41.82%
G=18.18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079019800.570.040.19304.6254.9358.24
HexCF5AC6039413131373a
Octal3171323060714234616772
Binary11001111101101011000110011100110010011100110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5AC6; }

 p { color: rgb(207,90,198); }

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

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

 a { background-color: rgb(207,90,198); }

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

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

 span { border-color: rgb(207,90,198); }

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