Html Css Color HEX #C954BF Fuchsia

📋 copy color: '#C954BF'

red 201 ◦ green 84 ◦ blue 191

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

Shades of Fuchsia #C954BF

Tints of Fuchsia #C954BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 42.23%
G = 17.65%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C954BF (or 0xC954BF) is known color: Fuchsia. HEX triplet: C9, 54 and BF. RGB value is (201,84,191). Sum of RGB (Red+Green+Blue) = 201+84+191=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C954BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954BF is #36AB40. Grayscale: #828282. Windows color (decimal): -3582785 or 12539081. OLE color: 12539081.

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

Color convert

RGB 201 84 191 -
CMYK 0 0.58 0.05 0.21
HSL 305.13º 0.52% 0.56% -
HSV(B) 305.13º 0.58% 0.79% -
XYZ 36.66 22.52 51.7 -
YUV 131.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 201 84 191 0 0.58 0.05 0.21 305.13 0.52 0.56
Hex C9 54 BF 0 3A 5 15 131 34 38
Octal 311 124 277 0 72 5 25 461 64 70
Binary 11001001 1010100 10111111 0 111010 101 10101 100110001 110100 111000

Color Harmonies of #C954BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954BF

Black with #C954BF

Text Example


Text Example

White with #C954BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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