Html Css Color HEX #C944AD Fuchsia

📋 copy color: '#C944AD'

red 201 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #C944AD

Tints of Fuchsia #C944AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 45.48%
G = 15.38%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C944AD (or 0xC944AD) is known color: Fuchsia. HEX triplet: C9, 44 and AD. RGB value is (201,68,173). Sum of RGB (Red+Green+Blue) = 201+68+173=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C944AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944AD is #36BB52. Grayscale: #777777. Windows color (decimal): -3586899 or 11355337. OLE color: 11355337.

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

Color convert

RGB 201 68 173 -
CMYK 0 0.66 0.14 0.21
HSL 312.63º 0.55% 0.53% -
HSV(B) 312.63º 0.66% 0.79% -
XYZ 33.7 19.57 41.54 -
YUV 119.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 201 68 173 0 0.66 0.14 0.21 312.63 0.55 0.53
Hex C9 44 AD 0 42 E 15 139 37 35
Octal 311 104 255 0 102 16 25 471 67 65
Binary 11001001 1000100 10101101 0 1000010 1110 10101 100111001 110111 110101

Color Harmonies of #C944AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944AD

Black with #C944AD

Text Example


Text Example

White with #C944AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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