Html Css Color HEX #C73FAE Fuchsia

📋 copy color: '#C73FAE'

red 199 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #C73FAE

Tints of Fuchsia #C73FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.45%

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

R = 45.64%
G = 14.45%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C73FAE (or 0xC73FAE) is known color: Fuchsia. HEX triplet: C7, 3F and AE. RGB value is (199,63,174). Sum of RGB (Red+Green+Blue) = 199+63+174=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73FAE is #38C051. Grayscale: #747474. Windows color (decimal): -3719250 or 11419591. OLE color: 11419591.

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

Color convert

RGB 199 63 174 -
CMYK 0 0.68 0.13 0.22
HSL 311.03º 0.55% 0.51% -
HSV(B) 311.03º 0.68% 0.78% -
XYZ 32.97 18.75 41.93 -
YUV 116.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 199 63 174 0 0.68 0.13 0.22 311.03 0.55 0.51
Hex C7 3F AE 0 44 D 16 137 37 33
Octal 307 77 256 0 104 15 26 467 67 63
Binary 11000111 111111 10101110 0 1000100 1101 10110 100110111 110111 110011

Color Harmonies of #C73FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FAE

Black with #C73FAE

Text Example


Text Example

White with #C73FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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