Html Css Color HEX #C751AA Fuchsia

📋 copy color: '#C751AA'

red 199 ◦ green 81 ◦ blue 170

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

Shades of Fuchsia #C751AA

Tints of Fuchsia #C751AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 44.22%
G = 18%
B = 37.78%

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

#C751AA (or 0xC751AA) is known color: Fuchsia. HEX triplet: C7, 51 and AA. RGB value is (199,81,170). Sum of RGB (Red+Green+Blue) = 199+81+170=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C751AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C751AA is #38AE55. Grayscale: #7E7E7E. Windows color (decimal): -3714646 or 11162055. OLE color: 11162055.

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

Color convert

RGB 199 81 170 -
CMYK 0 0.59 0.15 0.22
HSL 314.75º 0.51% 0.55% -
HSV(B) 314.75º 0.59% 0.78% -
XYZ 33.75 20.93 40.29 -
YUV 126.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 199 81 170 0 0.59 0.15 0.22 314.75 0.51 0.55
Hex C7 51 AA 0 3B F 16 13B 33 37
Octal 307 121 252 0 73 17 26 473 63 67
Binary 11000111 1010001 10101010 0 111011 1111 10110 100111011 110011 110111

Color Harmonies of #C751AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751AA

Black with #C751AA

Text Example


Text Example

White with #C751AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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