Html Css Color HEX #C954A9 Fuchsia

📋 copy color: '#C954A9'

red 201 ◦ green 84 ◦ blue 169

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

Shades of Fuchsia #C954A9

Tints of Fuchsia #C954A9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 44.27%
G = 18.5%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C954A9 (or 0xC954A9) is known color: Fuchsia. HEX triplet: C9, 54 and A9. RGB value is (201,84,169). Sum of RGB (Red+Green+Blue) = 201+84+169=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A9 is #36AB56. Grayscale: #808080. Windows color (decimal): -3582807 or 11097289. OLE color: 11097289.

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

Color convert

RGB 201 84 169 -
CMYK 0 0.58 0.16 0.21
HSL 316.41º 0.52% 0.56% -
HSV(B) 316.41º 0.58% 0.79% -
XYZ 34.42 21.62 39.9 -
YUV 128.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 201 84 169 0 0.58 0.16 0.21 316.41 0.52 0.56
Hex C9 54 A9 0 3A 10 15 13C 34 38
Octal 311 124 251 0 72 20 25 474 64 70
Binary 11001001 1010100 10101001 0 111010 10000 10101 100111100 110100 111000

Color Harmonies of #C954A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954A9

Black with #C954A9

Text Example


Text Example

White with #C954A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954A9; }

 p { color: rgb(201,84,169); }

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

background-color css

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

 a { background-color: rgb(201,84,169); }

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

border-color css

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

 span { border-color: rgb(201,84,169); }

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