Html Css Color HEX #C744AB Fuchsia

📋 copy color: '#C744AB'

red 199 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #C744AB

Tints of Fuchsia #C744AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 45.43%
G = 15.53%
B = 39.04%

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

#C744AB (or 0xC744AB) is known color: Fuchsia. HEX triplet: C7, 44 and AB. RGB value is (199,68,171). Sum of RGB (Red+Green+Blue) = 199+68+171=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C744AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744AB is #38BB54. Grayscale: #767676. Windows color (decimal): -3717973 or 11224263. OLE color: 11224263.

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

Color convert

RGB 199 68 171 -
CMYK 0 0.66 0.14 0.22
HSL 312.82º 0.54% 0.52% -
HSV(B) 312.82º 0.66% 0.78% -
XYZ 32.97 19.22 40.5 -
YUV 118.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 199 68 171 0 0.66 0.14 0.22 312.82 0.54 0.52
Hex C7 44 AB 0 42 E 16 139 36 34
Octal 307 104 253 0 102 16 26 471 66 64
Binary 11000111 1000100 10101011 0 1000010 1110 10110 100111001 110110 110100

Color Harmonies of #C744AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744AB

Black with #C744AB

Text Example


Text Example

White with #C744AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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