Html Css Color HEX #C954AF Fuchsia

📋 copy color: '#C954AF'

red 201 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #C954AF

Tints of Fuchsia #C954AF

RGB

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

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

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

R = 43.7%
G = 18.26%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C954AF (or 0xC954AF) is known color: Fuchsia. HEX triplet: C9, 54 and AF. RGB value is (201,84,175). Sum of RGB (Red+Green+Blue) = 201+84+175=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C954AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954AF is #36AB50. Grayscale: #818181. Windows color (decimal): -3582801 or 11490505. OLE color: 11490505.

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

Color convert

RGB 201 84 175 -
CMYK 0 0.58 0.13 0.21
HSL 313.33º 0.52% 0.56% -
HSV(B) 313.33º 0.58% 0.79% -
XYZ 35 21.85 42.93 -
YUV 129.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 201 84 175 0 0.58 0.13 0.21 313.33 0.52 0.56
Hex C9 54 AF 0 3A D 15 139 34 38
Octal 311 124 257 0 72 15 25 471 64 70
Binary 11001001 1010100 10101111 0 111010 1101 10101 100111001 110100 111000

Color Harmonies of #C954AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954AF

Black with #C954AF

Text Example


Text Example

White with #C954AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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