#C73DCD

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

Shades of Fuchsia #C73DCD

Tints of Fuchsia #C73DCD

Color information

#C73DCD (or 0xC73DCD) is unknown color: approx Fuchsia. HEX triplet: C7, 3D and CD. RGB value is (199,61,205). Sum of RGB (Red+Green+Blue) = 199+61+205=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C73DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DCD is #38C232. Grayscale: #767676. Windows color (decimal): -3719731 or 13450695. OLE color: 13450695.

HSL color Cylindrical-coordinate representation of color #C73DCD: hue angle of 297.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73DCD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19961205-
CMYK0.030.7000.20
HSL297.5º59.02%52.16%-
HSV(B)297.5º70.24%80.39%-
XYZ36.2419.8959.69-
YUV118.68176.72185.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=42.80%
G=13.12%
B=44.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199612050.030.7000.20297.559.0252.16
HexC73DCD34601412a3b34
Octal3077531531060244527364
Binary1100011111110111001101111000110010100100101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73DCD; }

 p { color: rgb(199,61,205); }

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

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

 a { background-color: rgb(199,61,205); }

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

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

 span { border-color: rgb(199,61,205); }

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