Html Css Color HEX #C748AC Fuchsia

📋 copy color: '#C748AC'

red 199 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C748AC

Tints of Fuchsia #C748AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.25%

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

R = 44.92%
G = 16.25%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C748AC (or 0xC748AC) is known color: Fuchsia. HEX triplet: C7, 48 and AC. RGB value is (199,72,172). Sum of RGB (Red+Green+Blue) = 199+72+172=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C748AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C748AC is #38B753. Grayscale: #797979. Windows color (decimal): -3716948 or 11290823. OLE color: 11290823.

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

Color convert

RGB 199 72 172 -
CMYK 0 0.64 0.14 0.22
HSL 312.76º 0.53% 0.53% -
HSV(B) 312.76º 0.64% 0.78% -
XYZ 33.32 19.76 41.09 -
YUV 121.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 199 72 172 0 0.64 0.14 0.22 312.76 0.53 0.53
Hex C7 48 AC 0 40 E 16 139 35 35
Octal 307 110 254 0 100 16 26 471 65 65
Binary 11000111 1001000 10101100 0 1000000 1110 10110 100111001 110101 110101

Color Harmonies of #C748AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748AC

Black with #C748AC

Text Example


Text Example

White with #C748AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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