#CD46CE

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

Shades of Fuchsia #CD46CE

Tints of Fuchsia #CD46CE

Color information

#CD46CE (or 0xCD46CE) is unknown color: approx Fuchsia. HEX triplet: CD, 46 and CE. RGB value is (205,70,206). Sum of RGB (Red+Green+Blue) = 205+70+206=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46CE is #32B931. Grayscale: #7D7D7D. Windows color (decimal): -3324210 or 13518541. OLE color: 13518541.

HSL color Cylindrical-coordinate representation of color #CD46CE: hue angle of 299.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD46CE is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20570206-
CMYK0.000.6600.19
HSL299.56º58.12%54.12%-
HSV(B)299.56º66.02%80.78%-
XYZ38.5121.8260.57-
YUV125.87173.23184.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 70 (27.73% from 255) = 14.55%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=42.62%
G=14.55%
B=42.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205702060.000.6600.19299.5658.1254.12
HexCD46CE04201312c3a36
Octal31510631601020234547266
Binary1100110110001101100111001000010010011100101100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD46CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD46CE; }

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

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

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

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

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

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

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

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