Html Css Color HEX #C946AF Fuchsia

📋 copy color: '#C946AF'

red 201 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #C946AF

Tints of Fuchsia #C946AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 45.07%
G = 15.7%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C946AF (or 0xC946AF) is known color: Fuchsia. HEX triplet: C9, 46 and AF. RGB value is (201,70,175). Sum of RGB (Red+Green+Blue) = 201+70+175=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AF is #36B950. Grayscale: #787878. Windows color (decimal): -3586385 or 11486921. OLE color: 11486921.

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

Color convert

RGB 201 70 175 -
CMYK 0 0.65 0.13 0.21
HSL 311.91º 0.55% 0.53% -
HSV(B) 311.91º 0.65% 0.79% -
XYZ 34.02 19.89 42.6 -
YUV 121.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 201 70 175 0 0.65 0.13 0.21 311.91 0.55 0.53
Hex C9 46 AF 0 41 D 15 138 37 35
Octal 311 106 257 0 101 15 25 470 67 65
Binary 11001001 1000110 10101111 0 1000001 1101 10101 100111000 110111 110101

Color Harmonies of #C946AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946AF

Black with #C946AF

Text Example


Text Example

White with #C946AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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