Html Css Color HEX #C73AAB Fuchsia

📋 copy color: '#C73AAB'

red 199 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #C73AAB

Tints of Fuchsia #C73AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.55%

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 46.5%
G = 13.55%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C73AAB (or 0xC73AAB) is known color: Fuchsia. HEX triplet: C7, 3A and AB. RGB value is (199,58,171). Sum of RGB (Red+Green+Blue) = 199+58+171=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAB is #38C554. Grayscale: #707070. Windows color (decimal): -3720533 or 11221703. OLE color: 11221703.

HSL color Cylindrical-coordinate representation of color #C73AAB: hue angle of 311.91º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AAB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 171 -
CMYK 0 0.71 0.14 0.22
HSL 311.91º 0.56% 0.5% -
HSV(B) 311.91º 0.71% 0.78% -
XYZ 32.42 18.11 40.31 -
YUV 113.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 199 58 171 0 0.71 0.14 0.22 311.91 0.56 0.5
Hex C7 3A AB 0 47 E 16 138 38 32
Octal 307 72 253 0 107 16 26 470 70 62
Binary 11000111 111010 10101011 0 1000111 1110 10110 100111000 111000 110010

Color Harmonies of #C73AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AAB

Black with #C73AAB

Text Example


Text Example

White with #C73AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AAB; }

 p { color: rgb(199,58,171); }

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

background-color css

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

 a { background-color: rgb(199,58,171); }

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

border-color css

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

 span { border-color: rgb(199,58,171); }

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