#CD47C6

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

Shades of Fuchsia #CD47C6

Tints of Fuchsia #CD47C6

Color information

#CD47C6 (or 0xCD47C6) is unknown color: approx Fuchsia. HEX triplet: CD, 47 and C6. RGB value is (205,71,198). Sum of RGB (Red+Green+Blue) = 205+71+198=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD47C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47C6 is #32B839. Grayscale: #7D7D7D. Windows color (decimal): -3323962 or 12994509. OLE color: 12994509.

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

Color convert

RGB20571198-
CMYK00.650.030.20
HSL303.13º57.26%54.12%-
HSV(B)303.13º65.37%80.39%-
XYZ37.6221.5655.61-
YUV125.54168.89184.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 71 (28.12% from 255) = 14.98%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=43.25%
G=14.98%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057119800.650.030.20303.1357.2654.12
HexCD47C604131412f3936
Octal31510730601013244577166
Binary11001101100011111000110010000011110100100101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD47C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD47C6; }

 p { color: rgb(205,71,198); }

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

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

 a { background-color: rgb(205,71,198); }

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

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

 span { border-color: rgb(205,71,198); }

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