Html Css Color HEX #C73FAC Fuchsia

📋 copy color: '#C73FAC'

red 199 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #C73FAC

Tints of Fuchsia #C73FAC

RGB

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

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

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

R = 45.85%
G = 14.52%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C73FAC (or 0xC73FAC) is known color: Fuchsia. HEX triplet: C7, 3F and AC. RGB value is (199,63,172). Sum of RGB (Red+Green+Blue) = 199+63+172=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73FAC is #38C053. Grayscale: #737373. Windows color (decimal): -3719252 or 11288519. OLE color: 11288519.

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

Color convert

RGB 199 63 172 -
CMYK 0 0.68 0.14 0.22
HSL 311.91º 0.55% 0.51% -
HSV(B) 311.91º 0.68% 0.78% -
XYZ 32.78 18.68 40.91 -
YUV 116.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 199 63 172 0 0.68 0.14 0.22 311.91 0.55 0.51
Hex C7 3F AC 0 44 E 16 138 37 33
Octal 307 77 254 0 104 16 26 470 67 63
Binary 11000111 111111 10101100 0 1000100 1110 10110 100111000 110111 110011

Color Harmonies of #C73FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FAC

Black with #C73FAC

Text Example


Text Example

White with #C73FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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