Html Css Color HEX #C155C0 Fuchsia

📋 copy color: '#C155C0'

red 193 ◦ green 85 ◦ blue 192

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

Shades of Fuchsia #C155C0

Tints of Fuchsia #C155C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 41.06%
G = 18.09%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C155C0 (or 0xC155C0) is known color: Fuchsia. HEX triplet: C1, 55 and C0. RGB value is (193,85,192). Sum of RGB (Red+Green+Blue) = 193+85+192=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C155C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155C0 is #3EAA3F. Grayscale: #818181. Windows color (decimal): -4106816 or 12604865. OLE color: 12604865.

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

Color convert

RGB 193 85 192 -
CMYK 0 0.56 0.01 0.24
HSL 300.56º 0.47% 0.55% -
HSV(B) 300.56º 0.56% 0.76% -
XYZ 34.76 21.64 52.21 -
YUV 129.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 193 85 192 0 0.56 0.01 0.24 300.56 0.47 0.55
Hex C1 55 C0 0 38 1 18 12D 2F 37
Octal 301 125 300 0 70 1 30 455 57 67
Binary 11000001 1010101 11000000 0 111000 1 11000 100101101 101111 110111

Color Harmonies of #C155C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155C0

Black with #C155C0

Text Example


Text Example

White with #C155C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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