Html Css Color HEX #C154B2 Fuchsia

📋 copy color: '#C154B2'

red 193 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #C154B2

Tints of Fuchsia #C154B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 42.42%
G = 18.46%
B = 39.12%

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

#C154B2 (or 0xC154B2) is known color: Fuchsia. HEX triplet: C1, 54 and B2. RGB value is (193,84,178). Sum of RGB (Red+Green+Blue) = 193+84+178=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C154B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154B2 is #3EAB4D. Grayscale: #7F7F7F. Windows color (decimal): -4107086 or 11687105. OLE color: 11687105.

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

Color convert

RGB 193 84 178 -
CMYK 0 0.56 0.08 0.24
HSL 308.26º 0.47% 0.54% -
HSV(B) 308.26º 0.56% 0.76% -
XYZ 33.2 20.89 44.4 -
YUV 127.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 193 84 178 0 0.56 0.08 0.24 308.26 0.47 0.54
Hex C1 54 B2 0 38 8 18 134 2F 36
Octal 301 124 262 0 70 10 30 464 57 66
Binary 11000001 1010100 10110010 0 111000 1000 11000 100110100 101111 110110

Color Harmonies of #C154B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154B2

Black with #C154B2

Text Example


Text Example

White with #C154B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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