Html Css Color HEX #C154B8 Fuchsia

📋 copy color: '#C154B8'

red 193 ◦ green 84 ◦ blue 184

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

Shades of Fuchsia #C154B8

Tints of Fuchsia #C154B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 41.87%
G = 18.22%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C154B8 (or 0xC154B8) is known color: Fuchsia. HEX triplet: C1, 54 and B8. RGB value is (193,84,184). Sum of RGB (Red+Green+Blue) = 193+84+184=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C154B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154B8 is #3EAB47. Grayscale: #7F7F7F. Windows color (decimal): -4107080 or 12080321. OLE color: 12080321.

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

Color convert

RGB 193 84 184 -
CMYK 0 0.56 0.05 0.24
HSL 304.95º 0.47% 0.54% -
HSV(B) 304.95º 0.56% 0.76% -
XYZ 33.81 21.14 47.65 -
YUV 127.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 193 84 184 0 0.56 0.05 0.24 304.95 0.47 0.54
Hex C1 54 B8 0 38 5 18 131 2F 36
Octal 301 124 270 0 70 5 30 461 57 66
Binary 11000001 1010100 10111000 0 111000 101 11000 100110001 101111 110110

Color Harmonies of #C154B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154B8

Black with #C154B8

Text Example


Text Example

White with #C154B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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