Html Css Color HEX #C73BAB Fuchsia

📋 copy color: '#C73BAB'

red 199 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #C73BAB

Tints of Fuchsia #C73BAB

RGB

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

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

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

R = 46.39%
G = 13.75%
B = 39.86%

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

#C73BAB (or 0xC73BAB) is known color: Fuchsia. HEX triplet: C7, 3B and AB. RGB value is (199,59,171). Sum of RGB (Red+Green+Blue) = 199+59+171=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BAB is #38C454. Grayscale: #717171. Windows color (decimal): -3720277 or 11221959. OLE color: 11221959.

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

Color convert

RGB 199 59 171 -
CMYK 0 0.70 0.14 0.22
HSL 312º 0.56% 0.51% -
HSV(B) 312º 0.7% 0.78% -
XYZ 32.47 18.21 40.33 -
YUV 113.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 199 59 171 0 0.70 0.14 0.22 312 0.56 0.51
Hex C7 3B AB 0 46 E 16 138 38 33
Octal 307 73 253 0 106 16 26 470 70 63
Binary 11000111 111011 10101011 0 1000110 1110 10110 100111000 111000 110011

Color Harmonies of #C73BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BAB

Black with #C73BAB

Text Example


Text Example

White with #C73BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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