Html Css Color HEX #C750AC Fuchsia

📋 copy color: '#C750AC'

red 199 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #C750AC

Tints of Fuchsia #C750AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

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

R = 44.12%
G = 17.74%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C750AC (or 0xC750AC) is known color: Fuchsia. HEX triplet: C7, 50 and AC. RGB value is (199,80,172). Sum of RGB (Red+Green+Blue) = 199+80+172=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C750AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C750AC is #38AF53. Grayscale: #7D7D7D. Windows color (decimal): -3714900 or 11292871. OLE color: 11292871.

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

Color convert

RGB 199 80 172 -
CMYK 0 0.60 0.14 0.22
HSL 313.61º 0.52% 0.55% -
HSV(B) 313.61º 0.6% 0.78% -
XYZ 33.87 20.86 41.27 -
YUV 126.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 199 80 172 0 0.60 0.14 0.22 313.61 0.52 0.55
Hex C7 50 AC 0 3C E 16 13A 34 37
Octal 307 120 254 0 74 16 26 472 64 67
Binary 11000111 1010000 10101100 0 111100 1110 10110 100111010 110100 110111

Color Harmonies of #C750AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750AC

Black with #C750AC

Text Example


Text Example

White with #C750AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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