Html Css Color HEX #C73FAA Fuchsia

📋 copy color: '#C73FAA'

red 199 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #C73FAA

Tints of Fuchsia #C73FAA

RGB

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

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

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

R = 46.06%
G = 14.58%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C73FAA (or 0xC73FAA) is known color: Fuchsia. HEX triplet: C7, 3F and AA. RGB value is (199,63,170). Sum of RGB (Red+Green+Blue) = 199+63+170=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73FAA is #38C055. Grayscale: #737373. Windows color (decimal): -3719254 or 11157447. OLE color: 11157447.

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

Color convert

RGB 199 63 170 -
CMYK 0 0.68 0.15 0.22
HSL 312.79º 0.55% 0.51% -
HSV(B) 312.79º 0.68% 0.78% -
XYZ 32.59 18.6 39.9 -
YUV 115.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 199 63 170 0 0.68 0.15 0.22 312.79 0.55 0.51
Hex C7 3F AA 0 44 F 16 139 37 33
Octal 307 77 252 0 104 17 26 471 67 63
Binary 11000111 111111 10101010 0 1000100 1111 10110 100111001 110111 110011

Color Harmonies of #C73FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FAA

Black with #C73FAA

Text Example


Text Example

White with #C73FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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