#CD51BA

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

Shades of Fuchsia #CD51BA

Tints of Fuchsia #CD51BA

Color information

#CD51BA (or 0xCD51BA) is unknown color: approx Fuchsia. HEX triplet: CD, 51 and BA. RGB value is (205,81,186). Sum of RGB (Red+Green+Blue) = 205+81+186=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51BA is #32AE45. Grayscale: #818181. Windows color (decimal): -3321414 or 12210637. OLE color: 12210637.

HSL color Cylindrical-coordinate representation of color #CD51BA: hue angle of 309.19º 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 #CD51BA is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20581186-
CMYK00.600.090.20
HSL309.19º55.36%56.08%-
HSV(B)309.19º60.49%80.39%-
XYZ36.9822.4148.83-
YUV130.05159.58181.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=43.43%
G=17.16%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058118600.600.090.20309.1955.3656.08
HexCD51BA03C9141353738
Octal31512127207411244656770
Binary110011011010001101110100111100100110100100110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51BA; }

 p { color: rgb(205,81,186); }

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

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

 a { background-color: rgb(205,81,186); }

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

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

 span { border-color: rgb(205,81,186); }

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