Html Css Color HEX #C941AF Fuchsia

📋 copy color: '#C941AF'

red 201 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C941AF

Tints of Fuchsia #C941AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.74%

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

R = 45.58%
G = 14.74%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C941AF (or 0xC941AF) is known color: Fuchsia. HEX triplet: C9, 41 and AF. RGB value is (201,65,175). Sum of RGB (Red+Green+Blue) = 201+65+175=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C941AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941AF is #36BE50. Grayscale: #757575. Windows color (decimal): -3587665 or 11485641. OLE color: 11485641.

HSL color Cylindrical-coordinate representation of color #C941AF: hue angle of 311.47º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941AF is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 175 -
CMYK 0 0.68 0.13 0.21
HSL 311.47º 0.56% 0.52% -
HSV(B) 311.47º 0.68% 0.79% -
XYZ 33.72 19.29 42.5 -
YUV 118.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 201 65 175 0 0.68 0.13 0.21 311.47 0.56 0.52
Hex C9 41 AF 0 44 D 15 137 38 34
Octal 311 101 257 0 104 15 25 467 70 64
Binary 11001001 1000001 10101111 0 1000100 1101 10101 100110111 111000 110100

Color Harmonies of #C941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941AF

Black with #C941AF

Text Example


Text Example

White with #C941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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