Html Css Color HEX #C954BE Fuchsia

📋 copy color: '#C954BE'

red 201 ◦ green 84 ◦ blue 190

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

Shades of Fuchsia #C954BE

Tints of Fuchsia #C954BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 42.32%
G = 17.68%
B = 40%

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

#C954BE (or 0xC954BE) is known color: Fuchsia. HEX triplet: C9, 54 and BE. RGB value is (201,84,190). Sum of RGB (Red+Green+Blue) = 201+84+190=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C954BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954BE is #36AB41. Grayscale: #828282. Windows color (decimal): -3582786 or 12473545. OLE color: 12473545.

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

Color convert

RGB 201 84 190 -
CMYK 0 0.58 0.05 0.21
HSL 305.64º 0.52% 0.56% -
HSV(B) 305.64º 0.58% 0.79% -
XYZ 36.55 22.48 51.13 -
YUV 131.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 201 84 190 0 0.58 0.05 0.21 305.64 0.52 0.56
Hex C9 54 BE 0 3A 5 15 132 34 38
Octal 311 124 276 0 72 5 25 462 64 70
Binary 11001001 1010100 10111110 0 111010 101 10101 100110010 110100 111000

Color Harmonies of #C954BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954BE

Black with #C954BE

Text Example


Text Example

White with #C954BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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