#CF54CA

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

Shades of Fuchsia #CF54CA

Tints of Fuchsia #CF54CA

Color information

#CF54CA (or 0xCF54CA) is unknown color: approx Fuchsia. HEX triplet: CF, 54 and CA. RGB value is (207,84,202). Sum of RGB (Red+Green+Blue) = 207+84+202=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54CA is #30AB35. Grayscale: #858585. Windows color (decimal): -3189558 or 13259983. OLE color: 13259983.

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

Color convert

RGB20784202-
CMYK00.590.020.19
HSL302.44º56.16%57.06%-
HSV(B)302.44º59.42%81.18%-
XYZ39.5623.8758.4-
YUV134.23166.25179.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078420200.590.020.19302.4456.1657.06
HexCF54CA03B21312e3839
Octal3171243120732234567071
Binary1100111110101001100101001110111010011100101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF54CA; }

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

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

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

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

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

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

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

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