#CD32B9

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

Shades of Fuchsia #CD32B9

Tints of Fuchsia #CD32B9

Color information

#CD32B9 (or 0xCD32B9) is unknown color: approx Fuchsia. HEX triplet: CD, 32 and B9. RGB value is (205,50,185). Sum of RGB (Red+Green+Blue) = 205+50+185=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32B9 is #32CD46. Grayscale: #6F6F6F. Windows color (decimal): -3329351 or 12137165. OLE color: 12137165.

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

Color convert

RGB20550185-
CMYK00.760.100.20
HSL307.74º60.78%50%-
HSV(B)307.74º75.61%80.39%-
XYZ35.0718.7647.67-
YUV111.74169.35194.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 50 (19.92% from 255) = 11.36%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=46.59%
G=11.36%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055018500.760.100.20307.7460.7850
HexCD32B904CA141343d32
Octal31562271011412244647562
Binary110011011100101011100101001100101010100100110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD32B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD32B9; }

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

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

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

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

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

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

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

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