Html Css Color HEX #C751AB Fuchsia

📋 copy color: '#C751AB'

red 199 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #C751AB

Tints of Fuchsia #C751AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

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

R = 44.12%
G = 17.96%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C751AB (or 0xC751AB) is known color: Fuchsia. HEX triplet: C7, 51 and AB. RGB value is (199,81,171). Sum of RGB (Red+Green+Blue) = 199+81+171=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C751AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C751AB is #38AE54. Grayscale: #7E7E7E. Windows color (decimal): -3714645 or 11227591. OLE color: 11227591.

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

Color convert

RGB 199 81 171 -
CMYK 0 0.59 0.14 0.22
HSL 314.24º 0.51% 0.55% -
HSV(B) 314.24º 0.59% 0.78% -
XYZ 33.85 20.97 40.79 -
YUV 126.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 199 81 171 0 0.59 0.14 0.22 314.24 0.51 0.55
Hex C7 51 AB 0 3B E 16 13A 33 37
Octal 307 121 253 0 73 16 26 472 63 67
Binary 11000111 1010001 10101011 0 111011 1110 10110 100111010 110011 110111

Color Harmonies of #C751AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751AB

Black with #C751AB

Text Example


Text Example

White with #C751AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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