Html Css Color HEX #C751A9 Fuchsia

📋 copy color: '#C751A9'

red 199 ◦ green 81 ◦ blue 169

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

Shades of Fuchsia #C751A9

Tints of Fuchsia #C751A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 44.32%
G = 18.04%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C751A9 (or 0xC751A9) is known color: Fuchsia. HEX triplet: C7, 51 and A9. RGB value is (199,81,169). Sum of RGB (Red+Green+Blue) = 199+81+169=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C751A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C751A9 is #38AE56. Grayscale: #7E7E7E. Windows color (decimal): -3714647 or 11096519. OLE color: 11096519.

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

Color convert

RGB 199 81 169 -
CMYK 0 0.59 0.15 0.22
HSL 315.25º 0.51% 0.55% -
HSV(B) 315.25º 0.59% 0.78% -
XYZ 33.66 20.89 39.79 -
YUV 126.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 199 81 169 0 0.59 0.15 0.22 315.25 0.51 0.55
Hex C7 51 A9 0 3B F 16 13B 33 37
Octal 307 121 251 0 73 17 26 473 63 67
Binary 11000111 1010001 10101001 0 111011 1111 10110 100111011 110011 110111

Color Harmonies of #C751A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751A9

Black with #C751A9

Text Example


Text Example

White with #C751A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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