Html Css Color HEX #C154B1 Fuchsia

📋 copy color: '#C154B1'

red 193 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #C154B1

Tints of Fuchsia #C154B1

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 42.51%
G = 18.5%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C154B1 (or 0xC154B1) is known color: Fuchsia. HEX triplet: C1, 54 and B1. RGB value is (193,84,177). Sum of RGB (Red+Green+Blue) = 193+84+177=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C154B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154B1 is #3EAB4E. Grayscale: #7E7E7E. Windows color (decimal): -4107087 or 11621569. OLE color: 11621569.

HSL color Cylindrical-coordinate representation of color #C154B1: hue angle of 308.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C154B1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 177 -
CMYK 0 0.56 0.08 0.24
HSL 308.81º 0.47% 0.54% -
HSV(B) 308.81º 0.56% 0.76% -
XYZ 33.1 20.85 43.88 -
YUV 127.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 193 84 177 0 0.56 0.08 0.24 308.81 0.47 0.54
Hex C1 54 B1 0 38 8 18 135 2F 36
Octal 301 124 261 0 70 10 30 465 57 66
Binary 11000001 1010100 10110001 0 111000 1000 11000 100110101 101111 110110

Color Harmonies of #C154B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154B1

Black with #C154B1

Text Example


Text Example

White with #C154B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154B1; }

 p { color: rgb(193,84,177); }

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

background-color css

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

 a { background-color: rgb(193,84,177); }

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

border-color css

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

 span { border-color: rgb(193,84,177); }

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