#CD5FB3

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

Shades of Fuchsia #CD5FB3

Tints of Fuchsia #CD5FB3

Color information

#CD5FB3 (or 0xCD5FB3) is unknown color: approx Fuchsia. HEX triplet: CD, 5F and B3. RGB value is (205,95,179). Sum of RGB (Red+Green+Blue) = 205+95+179=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FB3 is #32A04C. Grayscale: #898989. Windows color (decimal): -3317837 or 11755469. OLE color: 11755469.

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

Color convert

RGB20595179-
CMYK00.540.130.20
HSL314.18º52.38%58.82%-
HSV(B)314.18º53.66%80.39%-
XYZ37.4124.4245.39-
YUV137.47151.44176.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=42.80%
G=19.83%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059517900.540.130.20314.1852.3858.82
HexCD5FB3036D1413a343b
Octal31513726306615244726473
Binary110011011011111101100110110110110110100100111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FB3; }

 p { color: rgb(205,95,179); }

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

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

 a { background-color: rgb(205,95,179); }

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

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

 span { border-color: rgb(205,95,179); }

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