#CD35AF

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

Shades of Fuchsia #CD35AF

Tints of Fuchsia #CD35AF

Color information

#CD35AF (or 0xCD35AF) is unknown color: approx Fuchsia. HEX triplet: CD, 35 and AF. RGB value is (205,53,175). Sum of RGB (Red+Green+Blue) = 205+53+175=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD35AF is #32CA50. Grayscale: #707070. Windows color (decimal): -3328593 or 11482573. OLE color: 11482573.

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

Color convert

RGB20553175-
CMYK00.740.150.20
HSL311.84º60.32%50.59%-
HSV(B)311.84º74.15%80.39%-
XYZ34.1918.6242.35-
YUV112.36163.36194.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=47.34%
G=12.24%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055317500.740.150.20311.8460.3250.59
HexCD35AF04AF141383c33
Octal31565257011217244707463
Binary110011011101011010111101001010111110100100111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35AF; }

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

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

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

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

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

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

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

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