Html Css Color HEX #C944AB Fuchsia

📋 copy color: '#C944AB'

red 201 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #C944AB

Tints of Fuchsia #C944AB

RGB

 RED value IS 201 (78.91% from 255) = 45.68%

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

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

R = 45.68%
G = 15.45%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C944AB (or 0xC944AB) is known color: Fuchsia. HEX triplet: C9, 44 and AB. RGB value is (201,68,171). Sum of RGB (Red+Green+Blue) = 201+68+171=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C944AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944AB is #36BB54. Grayscale: #777777. Windows color (decimal): -3586901 or 11224265. OLE color: 11224265.

HSL color Cylindrical-coordinate representation of color #C944AB: hue angle of 313.53º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C944AB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 171 -
CMYK 0 0.66 0.15 0.21
HSL 313.53º 0.55% 0.53% -
HSV(B) 313.53º 0.66% 0.79% -
XYZ 33.51 19.49 40.52 -
YUV 119.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 201 68 171 0 0.66 0.15 0.21 313.53 0.55 0.53
Hex C9 44 AB 0 42 F 15 13A 37 35
Octal 311 104 253 0 102 17 25 472 67 65
Binary 11001001 1000100 10101011 0 1000010 1111 10101 100111010 110111 110101

Color Harmonies of #C944AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944AB

Black with #C944AB

Text Example


Text Example

White with #C944AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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