#CD58BD

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

Shades of Fuchsia #CD58BD

Tints of Fuchsia #CD58BD

Color information

#CD58BD (or 0xCD58BD) is unknown color: approx Fuchsia. HEX triplet: CD, 58 and BD. RGB value is (205,88,189). Sum of RGB (Red+Green+Blue) = 205+88+189=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58BD is #32A742. Grayscale: #868686. Windows color (decimal): -3319619 or 12409037. OLE color: 12409037.

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

Color convert

RGB20588189-
CMYK00.570.080.20
HSL308.21º53.92%57.45%-
HSV(B)308.21º57.07%80.39%-
XYZ37.8523.6350.71-
YUV134.5158.76178.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 88 (34.77% from 255) = 18.26%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=42.53%
G=18.26%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058818900.570.080.20308.2153.9257.45
HexCD58BD0398141343639
Octal31513027507110244646671
Binary110011011011000101111010111001100010100100110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58BD; }

 p { color: rgb(205,88,189); }

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

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

 a { background-color: rgb(205,88,189); }

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

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

 span { border-color: rgb(205,88,189); }

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