#CF5ACD

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

Shades of Fuchsia #CF5ACD

Tints of Fuchsia #CF5ACD

Color information

#CF5ACD (or 0xCF5ACD) is unknown color: approx Fuchsia. HEX triplet: CF, 5A and CD. RGB value is (207,90,205). Sum of RGB (Red+Green+Blue) = 207+90+205=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ACD is #30A532. Grayscale: #898989. Windows color (decimal): -3188019 or 13458127. OLE color: 13458127.

HSL color Cylindrical-coordinate representation of color #CF5ACD: hue angle of 301.03º 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 #CF5ACD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB20790205-
CMYK00.570.010.19
HSL301.03º54.93%58.24%-
HSV(B)301.03º56.52%81.18%-
XYZ40.4124.9960.45-
YUV138.09165.76177.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=41.24%
G=17.93%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079020500.570.010.19301.0354.9358.24
HexCF5ACD03911312d373a
Octal3171323150711234556772
Binary110011111011010110011010111001110011100101101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5ACD; }

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

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

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

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

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

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

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

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