Html Css Color HEX #C73BAC Fuchsia

📋 copy color: '#C73BAC'

red 199 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #C73BAC

Tints of Fuchsia #C73BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 46.28%
G = 13.72%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C73BAC (or 0xC73BAC) is known color: Fuchsia. HEX triplet: C7, 3B and AC. RGB value is (199,59,172). Sum of RGB (Red+Green+Blue) = 199+59+172=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BAC is #38C453. Grayscale: #717171. Windows color (decimal): -3720276 or 11287495. OLE color: 11287495.

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

Color convert

RGB 199 59 172 -
CMYK 0 0.70 0.14 0.22
HSL 311.57º 0.56% 0.51% -
HSV(B) 311.57º 0.7% 0.78% -
XYZ 32.56 18.25 40.84 -
YUV 113.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 199 59 172 0 0.70 0.14 0.22 311.57 0.56 0.51
Hex C7 3B AC 0 46 E 16 138 38 33
Octal 307 73 254 0 106 16 26 470 70 63
Binary 11000111 111011 10101100 0 1000110 1110 10110 100111000 111000 110011

Color Harmonies of #C73BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BAC

Black with #C73BAC

Text Example


Text Example

White with #C73BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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