Html Css Color HEX #C744AC Fuchsia

📋 copy color: '#C744AC'

red 199 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #C744AC

Tints of Fuchsia #C744AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.49%

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

R = 45.33%
G = 15.49%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C744AC (or 0xC744AC) is known color: Fuchsia. HEX triplet: C7, 44 and AC. RGB value is (199,68,172). Sum of RGB (Red+Green+Blue) = 199+68+172=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C744AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744AC is #38BB53. Grayscale: #767676. Windows color (decimal): -3717972 or 11289799. OLE color: 11289799.

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

Color convert

RGB 199 68 172 -
CMYK 0 0.66 0.14 0.22
HSL 312.37º 0.54% 0.52% -
HSV(B) 312.37º 0.66% 0.78% -
XYZ 33.07 19.25 41 -
YUV 119.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 199 68 172 0 0.66 0.14 0.22 312.37 0.54 0.52
Hex C7 44 AC 0 42 E 16 138 36 34
Octal 307 104 254 0 102 16 26 470 66 64
Binary 11000111 1000100 10101100 0 1000010 1110 10110 100111000 110110 110100

Color Harmonies of #C744AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744AC

Black with #C744AC

Text Example


Text Example

White with #C744AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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