Html Css Color HEX #C155BD Fuchsia

📋 copy color: '#C155BD'

red 193 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #C155BD

Tints of Fuchsia #C155BD

RGB

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

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

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

R = 41.33%
G = 18.2%
B = 40.47%

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

#C155BD (or 0xC155BD) is known color: Fuchsia. HEX triplet: C1, 55 and BD. RGB value is (193,85,189). Sum of RGB (Red+Green+Blue) = 193+85+189=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C155BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155BD is #3EAA42. Grayscale: #808080. Windows color (decimal): -4106819 or 12408257. OLE color: 12408257.

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

Color convert

RGB 193 85 189 -
CMYK 0 0.56 0.02 0.24
HSL 302.22º 0.47% 0.55% -
HSV(B) 302.22º 0.56% 0.76% -
XYZ 34.43 21.51 50.48 -
YUV 129.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 193 85 189 0 0.56 0.02 0.24 302.22 0.47 0.55
Hex C1 55 BD 0 38 2 18 12E 2F 37
Octal 301 125 275 0 70 2 30 456 57 67
Binary 11000001 1010101 10111101 0 111000 10 11000 100101110 101111 110111

Color Harmonies of #C155BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155BD

Black with #C155BD

Text Example


Text Example

White with #C155BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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