Html Css Color HEX #C73CAE Fuchsia

📋 copy color: '#C73CAE'

red 199 ◦ green 60 ◦ blue 174

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

Shades of Fuchsia #C73CAE

Tints of Fuchsia #C73CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.86%

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

R = 45.96%
G = 13.86%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C73CAE (or 0xC73CAE) is known color: Fuchsia. HEX triplet: C7, 3C and AE. RGB value is (199,60,174). Sum of RGB (Red+Green+Blue) = 199+60+174=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73CAE is #38C351. Grayscale: #727272. Windows color (decimal): -3720018 or 11418823. OLE color: 11418823.

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

Color convert

RGB 199 60 174 -
CMYK 0 0.70 0.13 0.22
HSL 310.79º 0.55% 0.51% -
HSV(B) 310.79º 0.7% 0.78% -
XYZ 32.81 18.43 41.87 -
YUV 114.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 199 60 174 0 0.70 0.13 0.22 310.79 0.55 0.51
Hex C7 3C AE 0 46 D 16 137 37 33
Octal 307 74 256 0 106 15 26 467 67 63
Binary 11000111 111100 10101110 0 1000110 1101 10110 100110111 110111 110011

Color Harmonies of #C73CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CAE

Black with #C73CAE

Text Example


Text Example

White with #C73CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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