Html Css Color HEX #C954BA Fuchsia

📋 copy color: '#C954BA'

red 201 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #C954BA

Tints of Fuchsia #C954BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 42.68%
G = 17.83%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C954BA (or 0xC954BA) is known color: Fuchsia. HEX triplet: C9, 54 and BA. RGB value is (201,84,186). Sum of RGB (Red+Green+Blue) = 201+84+186=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C954BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954BA is #36AB45. Grayscale: #828282. Windows color (decimal): -3582790 or 12211401. OLE color: 12211401.

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

Color convert

RGB 201 84 186 -
CMYK 0 0.58 0.07 0.21
HSL 307.69º 0.52% 0.56% -
HSV(B) 307.69º 0.58% 0.79% -
XYZ 36.12 22.3 48.86 -
YUV 130.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 201 84 186 0 0.58 0.07 0.21 307.69 0.52 0.56
Hex C9 54 BA 0 3A 7 15 134 34 38
Octal 311 124 272 0 72 7 25 464 64 70
Binary 11001001 1010100 10111010 0 111010 111 10101 100110100 110100 111000

Color Harmonies of #C954BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954BA

Black with #C954BA

Text Example


Text Example

White with #C954BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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