Html Css Color HEX #C155B8 Fuchsia

📋 copy color: '#C155B8'

red 193 ◦ green 85 ◦ blue 184

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

Shades of Fuchsia #C155B8

Tints of Fuchsia #C155B8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 41.77%
G = 18.4%
B = 39.83%

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

#C155B8 (or 0xC155B8) is known color: Fuchsia. HEX triplet: C1, 55 and B8. RGB value is (193,85,184). Sum of RGB (Red+Green+Blue) = 193+85+184=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155B8 is #3EAA47. Grayscale: #808080. Windows color (decimal): -4106824 or 12080577. OLE color: 12080577.

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

Color convert

RGB 193 85 184 -
CMYK 0 0.56 0.05 0.24
HSL 305º 0.47% 0.55% -
HSV(B) 305º 0.56% 0.76% -
XYZ 33.89 21.3 47.67 -
YUV 128.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 193 85 184 0 0.56 0.05 0.24 305 0.47 0.55
Hex C1 55 B8 0 38 5 18 131 2F 37
Octal 301 125 270 0 70 5 30 461 57 67
Binary 11000001 1010101 10111000 0 111000 101 11000 100110001 101111 110111

Color Harmonies of #C155B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155B8

Black with #C155B8

Text Example


Text Example

White with #C155B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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