Html Css Color HEX #C154BD Fuchsia

📋 copy color: '#C154BD'

red 193 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #C154BD

Tints of Fuchsia #C154BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 41.42%
G = 18.03%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C154BD (or 0xC154BD) is known color: Fuchsia. HEX triplet: C1, 54 and BD. RGB value is (193,84,189). Sum of RGB (Red+Green+Blue) = 193+84+189=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C154BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154BD is #3EAB42. Grayscale: #808080. Windows color (decimal): -4107075 or 12408001. OLE color: 12408001.

HSL color Cylindrical-coordinate representation of color #C154BD: hue angle of 302.2º 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 #C154BD is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 189 -
CMYK 0 0.56 0.02 0.24
HSL 302.2º 0.47% 0.54% -
HSV(B) 302.2º 0.56% 0.76% -
XYZ 34.35 21.35 50.46 -
YUV 128.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 193 84 189 0 0.56 0.02 0.24 302.2 0.47 0.54
Hex C1 54 BD 0 38 2 18 12E 2F 36
Octal 301 124 275 0 70 2 30 456 57 66
Binary 11000001 1010100 10111101 0 111000 10 11000 100101110 101111 110110

Color Harmonies of #C154BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154BD

Black with #C154BD

Text Example


Text Example

White with #C154BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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