#CD53AF

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

Shades of Fuchsia #CD53AF

Tints of Fuchsia #CD53AF

Color information

#CD53AF (or 0xCD53AF) is unknown color: approx Fuchsia. HEX triplet: CD, 53 and AF. RGB value is (205,83,175). Sum of RGB (Red+Green+Blue) = 205+83+175=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD53AF is #32AC50. Grayscale: #818181. Windows color (decimal): -3320913 or 11490253. OLE color: 11490253.

HSL color Cylindrical-coordinate representation of color #CD53AF: hue angle of 314.75º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD53AF is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20583175-
CMYK00.600.150.20
HSL314.75º54.95%56.47%-
HSV(B)314.75º59.51%80.39%-
XYZ36.0122.2642.96-
YUV129.97153.42181.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=44.28%
G=17.93%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058317500.600.150.20314.7554.9556.47
HexCD53AF03CF1413b3738
Octal31512325707417244736770
Binary110011011010011101011110111100111110100100111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD53AF; }

 p { color: rgb(205,83,175); }

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

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

 a { background-color: rgb(205,83,175); }

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

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

 span { border-color: rgb(205,83,175); }

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