Html Css Color HEX #C946AA Fuchsia

📋 copy color: '#C946AA'

red 201 ◦ green 70 ◦ blue 170

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

Shades of Fuchsia #C946AA

Tints of Fuchsia #C946AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 45.58%
G = 15.87%
B = 38.55%

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

#C946AA (or 0xC946AA) is known color: Fuchsia. HEX triplet: C9, 46 and AA. RGB value is (201,70,170). Sum of RGB (Red+Green+Blue) = 201+70+170=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AA is #36B955. Grayscale: #787878. Windows color (decimal): -3586390 or 11159241. OLE color: 11159241.

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

Color convert

RGB 201 70 170 -
CMYK 0 0.65 0.15 0.21
HSL 314.2º 0.55% 0.53% -
HSV(B) 314.2º 0.65% 0.79% -
XYZ 33.53 19.7 40.07 -
YUV 120.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 201 70 170 0 0.65 0.15 0.21 314.2 0.55 0.53
Hex C9 46 AA 0 41 F 15 13A 37 35
Octal 311 106 252 0 101 17 25 472 67 65
Binary 11001001 1000110 10101010 0 1000001 1111 10101 100111010 110111 110101

Color Harmonies of #C946AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946AA

Black with #C946AA

Text Example


Text Example

White with #C946AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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