Html Css Color HEX #C949AF Fuchsia

📋 copy color: '#C949AF'

red 201 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C949AF

Tints of Fuchsia #C949AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.26%

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

R = 44.77%
G = 16.26%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C949AF (or 0xC949AF) is known color: Fuchsia. HEX triplet: C9, 49 and AF. RGB value is (201,73,175). Sum of RGB (Red+Green+Blue) = 201+73+175=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C949AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C949AF is #36B650. Grayscale: #7A7A7A. Windows color (decimal): -3585617 or 11487689. OLE color: 11487689.

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

Color convert

RGB 201 73 175 -
CMYK 0 0.64 0.13 0.21
HSL 312.19º 0.54% 0.54% -
HSV(B) 312.19º 0.64% 0.79% -
XYZ 34.21 20.28 42.67 -
YUV 122.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 201 73 175 0 0.64 0.13 0.21 312.19 0.54 0.54
Hex C9 49 AF 0 40 D 15 138 36 36
Octal 311 111 257 0 100 15 25 470 66 66
Binary 11001001 1001001 10101111 0 1000000 1101 10101 100111000 110110 110110

Color Harmonies of #C949AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949AF

Black with #C949AF

Text Example


Text Example

White with #C949AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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