#CD5CB3

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

Shades of Fuchsia #CD5CB3

Tints of Fuchsia #CD5CB3

Color information

#CD5CB3 (or 0xCD5CB3) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and B3. RGB value is (205,92,179). Sum of RGB (Red+Green+Blue) = 205+92+179=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CB3 is #32A34C. Grayscale: #878787. Windows color (decimal): -3318605 or 11754701. OLE color: 11754701.

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

Color convert

RGB20592179-
CMYK00.550.130.20
HSL313.81º53.05%58.24%-
HSV(B)313.81º55.12%80.39%-
XYZ37.1423.8945.3-
YUV135.7152.44177.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=43.07%
G=19.33%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059217900.550.130.20313.8153.0558.24
HexCD5CB3037D1413a353a
Octal31513426306715244726572
Binary110011011011100101100110110111110110100100111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CB3; }

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

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

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

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

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

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

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

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