#CD46BB

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

Shades of Fuchsia #CD46BB

Tints of Fuchsia #CD46BB

Color information

#CD46BB (or 0xCD46BB) is unknown color: approx Fuchsia. HEX triplet: CD, 46 and BB. RGB value is (205,70,187). Sum of RGB (Red+Green+Blue) = 205+70+187=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46BB is #32B944. Grayscale: #7B7B7B. Windows color (decimal): -3324229 or 12273357. OLE color: 12273357.

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

Color convert

RGB20570187-
CMYK00.660.090.20
HSL308º57.45%53.92%-
HSV(B)308º65.85%80.39%-
XYZ36.3420.9549.14-
YUV123.7163.73185.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 70 (27.73% from 255) = 15.15%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=44.37%
G=15.15%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057018700.660.090.2030857.4553.92
HexCD46BB0429141343936
Octal315106273010211244647166
Binary1100110110001101011101101000010100110100100110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD46BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD46BB; }

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

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

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

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

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

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

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

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