Html Css Color HEX #C946AB Fuchsia

📋 copy color: '#C946AB'

red 201 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #C946AB

Tints of Fuchsia #C946AB

RGB

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

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

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

R = 45.48%
G = 15.84%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C946AB (or 0xC946AB) is known color: Fuchsia. HEX triplet: C9, 46 and AB. RGB value is (201,70,171). Sum of RGB (Red+Green+Blue) = 201+70+171=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AB is #36B954. Grayscale: #787878. Windows color (decimal): -3586389 or 11224777. OLE color: 11224777.

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

Color convert

RGB 201 70 171 -
CMYK 0 0.65 0.15 0.21
HSL 313.74º 0.55% 0.53% -
HSV(B) 313.74º 0.65% 0.79% -
XYZ 33.63 19.74 40.57 -
YUV 120.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 201 70 171 0 0.65 0.15 0.21 313.74 0.55 0.53
Hex C9 46 AB 0 41 F 15 13A 37 35
Octal 311 106 253 0 101 17 25 472 67 65
Binary 11001001 1000110 10101011 0 1000001 1111 10101 100111010 110111 110101

Color Harmonies of #C946AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946AB

Black with #C946AB

Text Example


Text Example

White with #C946AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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