#CD5CB9

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

Shades of Fuchsia #CD5CB9

Tints of Fuchsia #CD5CB9

Color information

#CD5CB9 (or 0xCD5CB9) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and B9. RGB value is (205,92,185). Sum of RGB (Red+Green+Blue) = 205+92+185=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CB9 is #32A346. Grayscale: #888888. Windows color (decimal): -3318599 or 12147917. OLE color: 12147917.

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

Color convert

RGB20592185-
CMYK00.550.100.20
HSL310.62º53.05%58.24%-
HSV(B)310.62º55.12%80.39%-
XYZ37.7624.1448.57-
YUV136.39155.44176.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=42.53%
G=19.09%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059218500.550.100.20310.6253.0558.24
HexCD5CB9037A14137353a
Octal31513427106712244676572
Binary110011011011100101110010110111101010100100110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CB9; }

 p { color: rgb(205,92,185); }

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

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

 a { background-color: rgb(205,92,185); }

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

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

 span { border-color: rgb(205,92,185); }

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