Html Css Color HEX #C73BAA Fuchsia

📋 copy color: '#C73BAA'

red 199 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #C73BAA

Tints of Fuchsia #C73BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 46.5%
G = 13.79%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C73BAA (or 0xC73BAA) is known color: Fuchsia. HEX triplet: C7, 3B and AA. RGB value is (199,59,170). Sum of RGB (Red+Green+Blue) = 199+59+170=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BAA is #38C455. Grayscale: #717171. Windows color (decimal): -3720278 or 11156423. OLE color: 11156423.

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

Color convert

RGB 199 59 170 -
CMYK 0 0.70 0.15 0.22
HSL 312.43º 0.56% 0.51% -
HSV(B) 312.43º 0.7% 0.78% -
XYZ 32.37 18.17 39.83 -
YUV 113.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 199 59 170 0 0.70 0.15 0.22 312.43 0.56 0.51
Hex C7 3B AA 0 46 F 16 138 38 33
Octal 307 73 252 0 106 17 26 470 70 63
Binary 11000111 111011 10101010 0 1000110 1111 10110 100111000 111000 110011

Color Harmonies of #C73BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BAA

Black with #C73BAA

Text Example


Text Example

White with #C73BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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