Html Css Color HEX #C946AD Fuchsia

📋 copy color: '#C946AD'

red 201 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #C946AD

Tints of Fuchsia #C946AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

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

R = 45.27%
G = 15.77%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C946AD (or 0xC946AD) is known color: Fuchsia. HEX triplet: C9, 46 and AD. RGB value is (201,70,173). Sum of RGB (Red+Green+Blue) = 201+70+173=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AD is #36B952. Grayscale: #787878. Windows color (decimal): -3586387 or 11355849. OLE color: 11355849.

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

Color convert

RGB 201 70 173 -
CMYK 0 0.65 0.14 0.21
HSL 312.82º 0.55% 0.53% -
HSV(B) 312.82º 0.65% 0.79% -
XYZ 33.82 19.81 41.58 -
YUV 120.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 201 70 173 0 0.65 0.14 0.21 312.82 0.55 0.53
Hex C9 46 AD 0 41 E 15 139 37 35
Octal 311 106 255 0 101 16 25 471 67 65
Binary 11001001 1000110 10101101 0 1000001 1110 10101 100111001 110111 110101

Color Harmonies of #C946AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946AD

Black with #C946AD

Text Example


Text Example

White with #C946AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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