Html Css Color HEX #C744AE Fuchsia

📋 copy color: '#C744AE'

red 199 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #C744AE

Tints of Fuchsia #C744AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 45.12%
G = 15.42%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C744AE (or 0xC744AE) is known color: Fuchsia. HEX triplet: C7, 44 and AE. RGB value is (199,68,174). Sum of RGB (Red+Green+Blue) = 199+68+174=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C744AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744AE is #38BB51. Grayscale: #767676. Windows color (decimal): -3717970 or 11420871. OLE color: 11420871.

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

Color convert

RGB 199 68 174 -
CMYK 0 0.66 0.13 0.22
HSL 311.45º 0.54% 0.52% -
HSV(B) 311.45º 0.66% 0.78% -
XYZ 33.26 19.33 42.02 -
YUV 119.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 199 68 174 0 0.66 0.13 0.22 311.45 0.54 0.52
Hex C7 44 AE 0 42 D 16 137 36 34
Octal 307 104 256 0 102 15 26 467 66 64
Binary 11000111 1000100 10101110 0 1000010 1101 10110 100110111 110110 110100

Color Harmonies of #C744AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744AE

Black with #C744AE

Text Example


Text Example

White with #C744AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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