#CD41BB

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

Shades of Fuchsia #CD41BB

Tints of Fuchsia #CD41BB

Color information

#CD41BB (or 0xCD41BB) is unknown color: approx Fuchsia. HEX triplet: CD, 41 and BB. RGB value is (205,65,187). Sum of RGB (Red+Green+Blue) = 205+65+187=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41BB is #32BE44. Grayscale: #787878. Windows color (decimal): -3325509 or 12272077. OLE color: 12272077.

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

Color convert

RGB20565187-
CMYK00.680.090.20
HSL307.71º58.33%52.94%-
HSV(B)307.71º68.29%80.39%-
XYZ36.0420.3549.04-
YUV120.77165.38188.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=44.86%
G=14.22%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056518700.680.090.20307.7158.3352.94
HexCD41BB0449141343a35
Octal315101273010411244647265
Binary1100110110000011011101101000100100110100100110100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD41BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD41BB; }

 p { color: rgb(205,65,187); }

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

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

 a { background-color: rgb(205,65,187); }

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

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

 span { border-color: rgb(205,65,187); }

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