Html Css Color HEX #C155B5 Fuchsia

📋 copy color: '#C155B5'

red 193 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #C155B5

Tints of Fuchsia #C155B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 42.05%
G = 18.52%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C155B5 (or 0xC155B5) is known color: Fuchsia. HEX triplet: C1, 55 and B5. RGB value is (193,85,181). Sum of RGB (Red+Green+Blue) = 193+85+181=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155B5 is #3EAA4A. Grayscale: #7F7F7F. Windows color (decimal): -4106827 or 11883969. OLE color: 11883969.

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

Color convert

RGB 193 85 181 -
CMYK 0 0.56 0.06 0.24
HSL 306.67º 0.47% 0.55% -
HSV(B) 306.67º 0.56% 0.76% -
XYZ 33.58 21.17 46.03 -
YUV 128.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 193 85 181 0 0.56 0.06 0.24 306.67 0.47 0.55
Hex C1 55 B5 0 38 6 18 133 2F 37
Octal 301 125 265 0 70 6 30 463 57 67
Binary 11000001 1010101 10110101 0 111000 110 11000 100110011 101111 110111

Color Harmonies of #C155B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155B5

Black with #C155B5

Text Example


Text Example

White with #C155B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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