#CF52AD

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

Shades of Fuchsia #CF52AD

Tints of Fuchsia #CF52AD

Color information

#CF52AD (or 0xCF52AD) is unknown color: approx Fuchsia. HEX triplet: CF, 52 and AD. RGB value is (207,82,173). Sum of RGB (Red+Green+Blue) = 207+82+173=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52AD is #30AD52. Grayscale: #818181. Windows color (decimal): -3190099 or 11358927. OLE color: 11358927.

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

Color convert

RGB20782173-
CMYK00.600.160.19
HSL316.32º56.56%56.67%-
HSV(B)316.32º60.39%81.18%-
XYZ36.2922.3241.93-
YUV129.75152.41183.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=44.81%
G=17.75%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078217300.600.160.19316.3256.5656.67
HexCF52AD03C101313c3939
Octal31712225507420234747171
Binary1100111110100101010110101111001000010011100111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF52AD; }

 p { color: rgb(207,82,173); }

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

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

 a { background-color: rgb(207,82,173); }

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

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

 span { border-color: rgb(207,82,173); }

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