Html Css Color HEX #C954B0 Fuchsia

📋 copy color: '#C954B0'

red 201 ◦ green 84 ◦ blue 176

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

Shades of Fuchsia #C954B0

Tints of Fuchsia #C954B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 43.6%
G = 18.22%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C954B0 (or 0xC954B0) is known color: Fuchsia. HEX triplet: C9, 54 and B0. RGB value is (201,84,176). Sum of RGB (Red+Green+Blue) = 201+84+176=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C954B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954B0 is #36AB4F. Grayscale: #818181. Windows color (decimal): -3582800 or 11556041. OLE color: 11556041.

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

Color convert

RGB 201 84 176 -
CMYK 0 0.58 0.12 0.21
HSL 312.82º 0.52% 0.56% -
HSV(B) 312.82º 0.58% 0.79% -
XYZ 35.09 21.89 43.45 -
YUV 129.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 201 84 176 0 0.58 0.12 0.21 312.82 0.52 0.56
Hex C9 54 B0 0 3A C 15 139 34 38
Octal 311 124 260 0 72 14 25 471 64 70
Binary 11001001 1010100 10110000 0 111010 1100 10101 100111001 110100 111000

Color Harmonies of #C954B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954B0

Black with #C954B0

Text Example


Text Example

White with #C954B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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