#C94DCD

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

Shades of Fuchsia #C94DCD

Tints of Fuchsia #C94DCD

Color information

#C94DCD (or 0xC94DCD) is unknown color: approx Fuchsia. HEX triplet: C9, 4D and CD. RGB value is (201,77,205). Sum of RGB (Red+Green+Blue) = 201+77+205=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C94DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DCD is #36B232. Grayscale: #808080. Windows color (decimal): -3584563 or 13454793. OLE color: 13454793.

HSL color Cylindrical-coordinate representation of color #C94DCD: hue angle of 298.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DCD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20177205-
CMYK0.020.6200.20
HSL298.12º56.14%55.29%-
HSV(B)298.12º62.44%80.39%-
XYZ37.7622.1360.04-
YUV128.67171.08179.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 77 (30.47% from 255) = 15.94%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=41.61%
G=15.94%
B=42.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201772050.020.6200.20298.1256.1455.29
HexC94DCD23E01412a3837
Octal3111153152760244527067
Binary1100100110011011100110110111110010100100101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DCD; }

 p { color: rgb(201,77,205); }

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

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

 a { background-color: rgb(201,77,205); }

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

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

 span { border-color: rgb(201,77,205); }

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