#CD60BA

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

Shades of Fuchsia #CD60BA

Tints of Fuchsia #CD60BA

Color information

#CD60BA (or 0xCD60BA) is unknown color: approx Fuchsia. HEX triplet: CD, 60 and BA. RGB value is (205,96,186). Sum of RGB (Red+Green+Blue) = 205+96+186=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60BA is #329F45. Grayscale: #8A8A8A. Windows color (decimal): -3317574 or 12214477. OLE color: 12214477.

HSL color Cylindrical-coordinate representation of color #CD60BA: hue angle of 310.46º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD60BA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20596186-
CMYK00.530.090.20
HSL310.46º52.15%59.02%-
HSV(B)310.46º53.17%80.39%-
XYZ38.2224.8949.24-
YUV138.85154.61175.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=42.09%
G=19.71%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059618600.530.090.20310.4652.1559.02
HexCD60BA035914136343b
Octal31514027206511244666473
Binary110011011100000101110100110101100110100100110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60BA; }

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

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

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

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

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

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

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

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