Html Css Color HEX #C73DAE Fuchsia

📋 copy color: '#C73DAE'

red 199 ◦ green 61 ◦ blue 174

#C73DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C73DAE

Tints of Fuchsia #C73DAE

RGB

 RED value IS 199 (78.13% from 255) = 45.85%

 GREEN value IS 61 (24.22% from 255) = 14.06%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 45.85%
G = 14.06%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C73DAE (or 0xC73DAE) is known color: Fuchsia. HEX triplet: C7, 3D and AE. RGB value is (199,61,174). Sum of RGB (Red+Green+Blue) = 199+61+174=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DAE is #38C251. Grayscale: #727272. Windows color (decimal): -3719762 or 11419079. OLE color: 11419079.

HSL color Cylindrical-coordinate representation of color #C73DAE: hue angle of 310.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73DAE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 61 174 -
CMYK 0 0.69 0.13 0.22
HSL 310.87º 0.55% 0.51% -
HSV(B) 310.87º 0.69% 0.78% -
XYZ 32.86 18.54 41.89 -
YUV 115.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 199 61 174 0 0.69 0.13 0.22 310.87 0.55 0.51
Hex C7 3D AE 0 45 D 16 137 37 33
Octal 307 75 256 0 105 15 26 467 67 63
Binary 11000111 111101 10101110 0 1000101 1101 10110 100110111 110111 110011

Color Harmonies of #C73DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DAE

Black with #C73DAE

Text Example


Text Example

White with #C73DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DAE; }

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

 H1.HeaderClassName
 {
   color: #C73DAE;
 }
 .AnyTagClassName
 {
   color: #C73DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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