Html Css Color HEX #C73BAE Fuchsia

📋 copy color: '#C73BAE'

red 199 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #C73BAE

Tints of Fuchsia #C73BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.66%

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

R = 46.06%
G = 13.66%
B = 40.28%

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

#C73BAE (or 0xC73BAE) is known color: Fuchsia. HEX triplet: C7, 3B and AE. RGB value is (199,59,174). Sum of RGB (Red+Green+Blue) = 199+59+174=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BAE is #38C451. Grayscale: #717171. Windows color (decimal): -3720274 or 11418567. OLE color: 11418567.

HSL color Cylindrical-coordinate representation of color #C73BAE: hue angle of 310.71º degrees, saturation: 0.56, 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 #C73BAE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 174 -
CMYK 0 0.70 0.13 0.22
HSL 310.71º 0.56% 0.51% -
HSV(B) 310.71º 0.7% 0.78% -
XYZ 32.76 18.33 41.86 -
YUV 113.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 199 59 174 0 0.70 0.13 0.22 310.71 0.56 0.51
Hex C7 3B AE 0 46 D 16 137 38 33
Octal 307 73 256 0 106 15 26 467 70 63
Binary 11000111 111011 10101110 0 1000110 1101 10110 100110111 111000 110011

Color Harmonies of #C73BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BAE

Black with #C73BAE

Text Example


Text Example

White with #C73BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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